First Commit
This commit is contained in:
8
externals/glslang/Test/spv.terminate.frag
vendored
Normal file
8
externals/glslang/Test/spv.terminate.frag
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 400
|
||||
|
||||
#extension GL_EXT_terminate_invocation : enable
|
||||
|
||||
void main()
|
||||
{
|
||||
terminateInvocation;
|
||||
}
|
||||
Reference in New Issue
Block a user