First Commit
This commit is contained in:
8
externals/glslang/Test/reflection.frag
vendored
Normal file
8
externals/glslang/Test/reflection.frag
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 440 core
|
||||
|
||||
in float inval;
|
||||
|
||||
void main()
|
||||
{
|
||||
float f = inval;
|
||||
}
|
||||
Reference in New Issue
Block a user