Package org.lwjgl.vulkan
Class KHRMultiview
- java.lang.Object
-
- org.lwjgl.vulkan.KHRMultiview
-
public final class KHRMultiview extends java.lang.Object
This extension has the same goal as the OpenGL ESGL_OVR_multiview
extension - it enables rendering to multiple "views
" by recording a single set of commands to be executed with slightly different behavior for each view. It includes a concise way to declare a render pass with multiple views, and gives implementations freedom to render the views in the most efficient way possible.Promotion to Vulkan 1.1
All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.
Examples
None.
- Name String
VK_KHR_multiview
- Extension Type
- Device extension
- Registered Extension Number
- 54
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_KHR_get_physical_device_properties2
- Deprecation state
- Promoted to Vulkan 1.1
- Contact
- Jeff Bolz jeffbolznv
- Last Modified Date
- 2016-10-28
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- Promoted to Vulkan 1.1 Core
- Contributors
- Jeff Bolz, NVIDIA
-
-
Field Summary
Fields Modifier and Type Field Description static int
VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR
ExtendsVkDependencyFlagBits
.static java.lang.String
VK_KHR_MULTIVIEW_EXTENSION_NAME
The extension name.static int
VK_KHR_MULTIVIEW_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR
VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHRExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_KHR_MULTIVIEW_SPEC_VERSION
The extension specification version.
-
VK_KHR_MULTIVIEW_EXTENSION_NAME
The extension name.
-
VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR
ExtendsVkStructureType
.Enum values:
-
VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR
ExtendsVkDependencyFlagBits
.
-
-