public final class EXTScalarBlockLayout
extends java.lang.Object
Enables C-like structure layout for SPIR-V blocks.
This extension modifies the alignment rules for uniform buffers, storage buffers and push constants, allowing non-scalar types to be aligned solely based on the size of their components, without additional requirements.
VK_EXT_scalar_block_layoutVK_KHR_get_physical_device_properties2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME
The extension name.
|
static int |
VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT
Extends
VkStructureType. |
public static final int VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION
public static final java.lang.String VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.