Package org.lwjgl.vulkan
Class GOOGLEDecorateString
- java.lang.Object
-
- org.lwjgl.vulkan.GOOGLEDecorateString
-
public final class GOOGLEDecorateString extends java.lang.Object
TheVK_GOOGLE_decorate_string
extension allows use of theSPV_GOOGLE_decorate_string
extension in SPIR-V shader modules.- Name String
VK_GOOGLE_decorate_string
- Extension Type
- Device extension
- Registered Extension Number
- 225
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
- Hai Nguyen chaoticbob
- Last Modified Date
- 2018-07-09
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- Requires the
SPV_GOOGLE_decorate_string
SPIR-V extension.
- Requires the
- Contributors
- Hai Nguyen, Google
- Neil Henning, AMD
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME
The extension name.static int
VK_GOOGLE_DECORATE_STRING_SPEC_VERSION
The extension specification version.
-
-
-
Field Detail
-
VK_GOOGLE_DECORATE_STRING_SPEC_VERSION
public static final int VK_GOOGLE_DECORATE_STRING_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME
public static final java.lang.String VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
-