Package org.lwjgl.vulkan
Class KHRShaderRelaxedExtendedInstruction
java.lang.Object
org.lwjgl.vulkan.KHRShaderRelaxedExtendedInstruction
This extension allows the use of the
SPV_KHR_relaxed_extended_instruction extension in SPIR-V shader modules.
It adds a new SPIR-V instruction, which allows some usage of forward references in non-semantic instruction sets. This extensions interacts with the SPV_KHR_non_semantic_info extension, hence with VK_KHR_shader_non_semantic_info.
- Name String
VK_KHR_shader_relaxed_extended_instruction- Extension Type
- Device extension
- Registered Extension Number
- 559
- Revision
- 1
- SPIR-V Dependencies
- Contact
- Nathan Gauër Keenuts
- Extension Proposal
- VK_KHR_shader_relaxed_extended_instruction
Other Extension Metadata
- Last Modified Date
- 2024-01-24
- IP Status
- No known IP claims.
- Contributors
- Alan Baker, Google LLC
- Nathan Gauër, Google LLC
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION
public static final int VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_RELAXED_EXTENDED_INSTRUCTION_FEATURES_KHR
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_RELAXED_EXTENDED_INSTRUCTION_FEATURES_KHRExtendsVkStructureType.- See Also:
-