repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
hlsl.clipdistance-1.frag
blob
10813b30baa41847d8325e4541e694bd4cddaf0a
1
float4 main(in float4 pos : SV_Position,
2
in float clip : SV_ClipDistance,
3
in float cull : SV_CullDistance) : SV_Target0
4
{
5
return pos + clip + cull;
6
}