projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2908 from Biswa96/cmake-spirv-remap
[platform/upstream/glslang.git]
/
Test
/
hlsl.y-negate-2.vert
1
// Test Y negation from entry point out parameter
2
3
float4 pos;
4
5
void main(out float4 position : SV_Position)
6
{
7
position = pos;
8
}