Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
6e5acae1449ed9050830a61f560066c85c33f6c4
/
.
/
Test
/
hlsl.multiEntry.vert
blob: d155c26d1ee824004f3e4add5850b1f6ce585217 [
file
] [
log
] [
blame
]
Buffer
<float4>
Position
;
float4
FakeEntrypoint
(
uint
Index
:
SV_VERTEXID
)
:
SV_POSITION
{
return
Position
.
Load
(
Index
);
}
float4
RealEntrypoint
(
uint
Index
:
SV_VERTEXID
)
:
SV_POSITION
{
return
FakeEntrypoint
(
Index
);
}