port from perforce
This commit is contained in:
5
hgplus/ShaderMinifier/tests/unit/functions.frag
Normal file
5
hgplus/ShaderMinifier/tests/unit/functions.frag
Normal file
@@ -0,0 +1,5 @@
|
||||
static float3 color;
|
||||
|
||||
void function(out int i, int j){
|
||||
i=j;
|
||||
}
|
||||
Reference in New Issue
Block a user