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