public final class KHRMultiview
extends java.lang.Object
GL_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.
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.
None.
VK_KHR_multiviewVK_KHR_get_physical_device_properties2SPV_KHR_multiview SPIR-V extension.GL_EXT_multiview for GLSL source languages.| Modifier and Type | Field and Description |
|---|---|
static int |
VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR
Extends
VkDependencyFlagBits. |
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
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR
Extends
VkStructureType. |
public static final int VK_KHR_MULTIVIEW_SPEC_VERSION
public static final java.lang.String VK_KHR_MULTIVIEW_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR
VkStructureType.
public static final int VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR
VkDependencyFlagBits.Copyright LWJGL. All Rights Reserved. License terms.