public final class KHR8bitStorage
extends java.lang.Object
VK_KHR_8bit_storage extension allows use of 8-bit types in uniform and storage buffers, and push constant blocks. This extension introduces several new optional features which map to SPIR-V capabilities and allow access to 8-bit data in Block-decorated objects in the Uniform and the StorageBuffer storage classes, and objects in the PushConstant storage class.
The StorageBuffer8BitAccess capability must be supported by all implementations of this extension. The other capabilities are optional.
VK_KHR_8bit_storageVK_KHR_get_physical_device_properties2VK_KHR_storage_buffer_storage_classSPV_KHR_8bit_storage| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_KHR_8BIT_STORAGE_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_8BIT_STORAGE_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR
Extends
VkStructureType. |
public static final int VK_KHR_8BIT_STORAGE_SPEC_VERSION
public static final java.lang.String VK_KHR_8BIT_STORAGE_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.