Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
1c5443c693d5845c6ef370924a60084a11a4ebac
/
.
/
Test
/
hlsl.clipdistance-1.vert
blob: bcebafc3339f2f73b1a9fd0fccb1c07f1e3661ce [
file
] [
log
] [
blame
]
void
main
(
out
float4 pos
:
SV_Position
,
out
float
clip
:
SV_ClipDistance
,
// scalar float
out
float
cull
:
SV_CullDistance
)
// scalar float
{
pos
=
1.0f
.
xxxx
;
clip
=
0.5f
;
cull
=
0.51f
;
}