Package org.lwjgl.vulkan
Class EXTInlineUniformBlock
- java.lang.Object
-
- org.lwjgl.vulkan.EXTInlineUniformBlock
-
public final class EXTInlineUniformBlock extends java.lang.Object
This extension introduces the ability to back uniform blocks directly with descriptor sets by storing inline uniform data within descriptor pool storage. Compared to push constants this new construct allows uniform data to be reused across multiple disjoint sets of draw or dispatch commands and may enable uniform data to be accessed with less indirections compared to uniforms backed by buffer memory.- Name String
VK_EXT_inline_uniform_block
- Extension Type
- Device extension
- Registered Extension Number
- 139
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_KHR_get_physical_device_properties2
- Requires
VK_KHR_maintenance1
- Contact
- Daniel Rakos aqnuep
- Last Modified Date
- 2018-08-01
- IP Status
- No known IP claims.
- Contributors
- Daniel Rakos, AMD
- Jeff Bolz, NVIDIA
- Slawomir Grajewski, Intel
- Neil Henning, Codeplay
-
-
Field Summary
Fields Modifier and Type Field Description static int
VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
ExtendsVkDescriptorType
.static java.lang.String
VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME
The extension name.static int
VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT
VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXTExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION
The extension specification version.
-
VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME
The extension name.
-
VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
ExtendsVkDescriptorType
.
-
-