public final class KHRSpirv14
extends java.lang.Object
SPIR-V 1.4 incorporates features that are also available separately as extensions. SPIR-V 1.4 shader modules do not need to enable those extensions with the OpExtension opcode, since they are integral parts of SPIR-V 1.4.
SPIR-V 1.4 introduces new floating point execution mode capabilities, also available via SPV_KHR_float_controls. Implementations are not required to support all of these new capabilities; support can be queried using VkPhysicalDeviceFloatControlsPropertiesKHR from the VK_KHR_shader_float_controls extension.
VK_KHR_spirv_1_4VK_KHR_shader_float_controls| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_KHR_SPIRV_1_4_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_SPIRV_1_4_SPEC_VERSION
The extension specification version.
|
public static final int VK_KHR_SPIRV_1_4_SPEC_VERSION
public static final java.lang.String VK_KHR_SPIRV_1_4_EXTENSION_NAME
Copyright LWJGL. All Rights Reserved. License terms.