Sign in
dawn
/
dawn
/
6ee03bfc569b8d9ca5dbb2f3045fa6f1bbf107dc
/
.
/
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
))
{
}
}
}