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