First Commit
This commit is contained in:
9
externals/glslang/Test/hlsl.y-negate-1.vert
vendored
Normal file
9
externals/glslang/Test/hlsl.y-negate-1.vert
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
// Test Y negation from entry point return
|
||||
|
||||
float4 pos;
|
||||
|
||||
float4 main() : SV_Position
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
Reference in New Issue
Block a user