Sign in
flutter
/
third_party
/
glslang
/
b53185b34e298b112153b630f1b49ed3a36fcfb2
/
.
/
Test
/
hlsl.while.nested.error.frag
blob: fb183cff574a9ee68033c742ed3378335b56dd9c [
file
]
struct
S
{
void
m
()
{
void
m2
()
{
while
(
true
{
resurn
true
;
}
}
}
};
float4 main
()
:
SV_TARGET0
{
}