Package org.lwjgl.vulkan
Class EXTScalarBlockLayout
java.lang.Object
org.lwjgl.vulkan.EXTScalarBlockLayout
This extension enables C-like structure layout for SPIR-V blocks. It 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.
Promotion to Vulkan 1.2
Vulkan APIs in this extension are included in core Vulkan 1.2, with the EXT suffix omitted. However, if Vulkan 1.2 is supported and this extension is not, the scalarBlockLayout capability is optional. External interactions defined by this extension, such as SPIR-V token names, retain their original names. The original Vulkan API names are still available as aliases of the core functionality.
- Name String
VK_EXT_scalar_block_layout- Extension Type
- Device extension
- Registered Extension Number
- 222
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Deprecation State
- Promoted to Vulkan 1.2
- Contact
- Tobias Hector tobski
Other Extension Metadata
- Last Modified Date
- 2018-11-14
- Contributors
- Jeff Bolz
- Jan-Harald Fredriksen
- Graeme Leese
- Faith Ekstrand
- John Kessenich
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION
public static final int VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXTExtendsVkStructureType.- See Also:
-