Package org.lwjgl.vulkan
Class EXTShaderStencilExport
- java.lang.Object
-
- org.lwjgl.vulkan.EXTShaderStencilExport
-
public final class EXTShaderStencilExport extends java.lang.Object
This extension adds support for the SPIR-V extensionSPV_EXT_shader_stencil_export
, providing a mechanism whereby a shader may generate the stencil reference value per invocation. When stencil testing is enabled, this allows the test to be performed against the value generated in the shader.- Name String
VK_EXT_shader_stencil_export
- Extension Type
- Device extension
- Registered Extension Number
- 141
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
- Dominik Witczak dominikwitczakamd
- Last Modified Date
- 2017-07-19
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- Requires the
SPV_EXT_shader_stencil_export
SPIR-V extension.
- Requires the
- Contributors
- Dominik Witczak, AMD
- Daniel Rakos, AMD
- Rex Xu, AMD
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME
The extension name.static int
VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION
The extension specification version.
-
-
-
Field Detail
-
VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION
public static final int VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME
public static final java.lang.String VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
-