Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
hlsl.while.nested.error.frag
blob: fb183cff574a9ee68033c742ed3378335b56dd9c [
file
]
struct
S
{
void
m
()
{
void
m2
()
{
while
(
true
{
resurn
true
;
}
}
}
};
float4 main
()
:
SV_TARGET0
{
}