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