Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • renderer
  • vulkan
  • FramebufferVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Support OVR_multiview and OVR_multiview2 · 5b314268
    Shahbaz Youssefi authored Jun 15, 2021
    Multiview is supported in Vulkan simply by specifying the number of
    views in the render pass, and creating the appropriate image views.  A
    number of changes to the way image views and render targets are stored
    are made to support those that don't cover the entire range of layers.
    
    One particular detail that is not implemented in this change is the use
    of queries in combination with multiview.  Vulkan specifies that N
    queries are actually produced (N being the number of views) which must
    be summed by the application, but this is not currently done.
    
    Bug: angleproject:6048
    Change-Id: I1d4a9894c232d3a93d7a97c9fa0eedc334e57469
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2967625
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCharlie Lao <cclao@google.com>
    5b314268
FramebufferVk.cpp 122 KB
EditWeb IDE
×

Replace FramebufferVk.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.