Sign in
dawn
/
tint
/
6d770093bdf1513ab57bd56c2e00c9b572d16304
/
.
/
test
/
statements
/
for
/
condition
/
basic.wgsl.expected.glsl
blob: 5e1d92ffa1aec1cabd300903233199d045ce04e0 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
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
(;
(
i
<
4
);
)
{
}
}
}