Package org.lwjgl.vulkan
Class KHRStorageBufferStorageClass
- java.lang.Object
-
- org.lwjgl.vulkan.KHRStorageBufferStorageClass
-
public final class KHRStorageBufferStorageClass extends java.lang.Object
This extension adds support for the following SPIR-V extension in Vulkan:SPV_KHR_storage_buffer_storage_class
This extension provides a new SPIR-V
StorageBuffer
storage class. ABlock
-decorated object in this class is equivalent to aBufferBlock
-decorated object in theUniform
storage class.Promotion to Vulkan 1.1
All functionality in this extension is included in core Vulkan 1.1.
- Name String
VK_KHR_storage_buffer_storage_class
- Extension Type
- Device extension
- Registered Extension Number
- 132
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Deprecation state
- Promoted to Vulkan 1.1
- Contact
- Alexander Galazin alegal-arm
- Last Modified Date
- 2017-09-05
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- This extension requires the
SPV_KHR_storage_buffer_storage_class
SPIR-V extension. - Promoted to Vulkan 1.1 Core
- This extension requires the
- Contributors
- Alexander Galazin, ARM
- David Neto, Google
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME
The extension name.static int
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION
The extension specification version.
-
-
-
Field Detail
-
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION
public static final int VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME
public static final java.lang.String VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
-