public final class EXTShaderStencilExport
extends java.lang.Object
SPV_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.
VK_EXT_shader_stencil_exportSPV_EXT_shader_stencil_export SPIR-V extension.| Modifier and Type | Field and 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.
|
public static final int VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION
public static final java.lang.String VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME
Copyright LWJGL. All Rights Reserved. License terms.