Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
15c37f79a909260d4b22b57fc04223a40565b710
/
.
/
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
;
}