Sign in
dawn
/
dawn
/
928a7d1e937f9429bca56a014eeba7b20ccae958
/
.
/
test
/
tint
/
statements
/
for
/
continuing
/
basic.wgsl.expected.glsl
blob: 1789f6c5796c77e6383443c35fa27952c693e766 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
{
for
(;
false
;
i
=
(
i
+
1
))
{
}
}
}