Package org.lwjgl.vulkan
Class KHRStorageBufferStorageClass
java.lang.Object
org.lwjgl.vulkan.KHRStorageBufferStorageClass
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. A Block-decorated object in this class is equivalent to a BufferBlock-decorated object in the Uniform 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
- SPIR-V Dependencies
- Deprecation State
- Promoted to Vulkan 1.1
- Contact
- Alexander Galazin alegal-arm
Other Extension Metadata
- Last Modified Date
- 2017-09-05
- IP Status
- No known IP claims.
- Contributors
- Alexander Galazin, ARM
- David Neto, Google
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version. -
Method Summary
-
Field Details
-
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION
public static final int VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME
The extension name.- See Also:
-