Package org.lwjgl.vulkan
Class AMDGPUShaderInt16
java.lang.Object
org.lwjgl.vulkan.AMDGPUShaderInt16
This extension adds support for using 16-bit integer variables in shaders.
Deprecation by
Deprecation by VK_KHR_shader_float16_int8
Functionality in this extension is included in the VK_KHR_shader_float16_int8 extension, when the shaderInt16 and shaderFloat16 features are enabled.
- Name String
VK_AMD_gpu_shader_int16- Extension Type
- Device extension
- Registered Extension Number
- 133
- Revision
- 2
- SPIR-V Dependencies
- Deprecation State
- Deprecated by
VK_KHR_shader_float16_int8extension- Which in turn was promoted to Vulkan 1.2
- Deprecated by
- Contact
- Qun Lin linqun
Other Extension Metadata
- Last Modified Date
- 2019-04-11
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- This extension provides API support for
GL_AMD_gpu_shader_int16
- This extension provides API support for
- Contributors
- Daniel Rakos, AMD
- Dominik Witczak, AMD
- Matthaeus G. Chajdas, AMD
- Rex Xu, AMD
- Timothy Lottes, AMD
- Zhi Cai, AMD
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version. -
Method Summary
-
Field Details
-
VK_AMD_GPU_SHADER_INT16_SPEC_VERSION
public static final int VK_AMD_GPU_SHADER_INT16_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME
The extension name.- See Also:
-