First Commit
This commit is contained in:
7
externals/glslang/Test/spv.smBuiltins.frag
vendored
Normal file
7
externals/glslang/Test/spv.smBuiltins.frag
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 450
|
||||
#extension GL_NV_shader_sm_builtins: enable
|
||||
layout(location = 0) out uvec4 data;
|
||||
void main (void)
|
||||
{
|
||||
data = uvec4(gl_WarpsPerSMNV, gl_SMCountNV, gl_WarpIDNV, gl_SMIDNV);
|
||||
}
|
||||
Reference in New Issue
Block a user