First Commit
This commit is contained in:
7
externals/glslang/Test/spv.for-nobody.vert
vendored
Normal file
7
externals/glslang/Test/spv.for-nobody.vert
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 450
|
||||
layout(location=0) out highp int r;
|
||||
void main() {
|
||||
int i;
|
||||
for (i=0; i<10; i++);
|
||||
r = i;
|
||||
}
|
||||
Reference in New Issue
Block a user