Implement extension GL_ARB_shader_stencil_export
This commit is contained in:
8
Test/spv.shaderStencilExport.frag
Normal file
8
Test/spv.shaderStencilExport.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 450 core
|
||||
|
||||
#extension GL_ARB_shader_stencil_export: enable
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragStencilRefARB = 100;
|
||||
}
|
||||
Reference in New Issue
Block a user