Class QCOMMultiviewPerViewRenderAreas

java.lang.Object
org.lwjgl.vulkan.QCOMMultiviewPerViewRenderAreas

public final class QCOMMultiviewPerViewRenderAreas extends Object
Certain use cases (e.g., side-by-side VR rendering) use multiview and render to distinct regions of the framebuffer for each view. On some implementations, there may be a performance benefit for providing per-view render areas to the implementation. Such per-view render areas can be used by the implementation to reduce the pixels that are affected by attachment load, store, and multisample resolve operations.

The extension enables a multiview render pass instance to define per-view render areas. For each view of a multiview render pass instance, only those pixels in the per-view render area are affected by load, store and resolve operations.

Name String
VK_QCOM_multiview_per_view_render_areas
Extension Type
Device extension
Registered Extension Number
511
Revision
1
Contact
Other Extension Metadata
Last Modified Date
2023-01-10
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Jeff Leger, Qualcomm
  • Jonathan Tinkham, Qualcomm
  • Jonathan Wicks, Qualcomm