Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
0ad6a4e60d91704a0b51d4b3d28bb279f609ba78
/
.
/
Test
/
hlsl.doLoop.frag
blob: 251a8c120638a2d7e051faa2cd19f70fc9fb5039 [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
[
unroll
]
do
{}
while
(
false
);
[
unroll
]
do
{;}
while
(
false
);
do
{
return
input
;
}
while
(
all
(
input
==
input
));
}