Sign in
dawn
/
dawn
/
a0456433619385c6c03e634d6069161bcb80d535
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.glsl
blob: 3f86ce8f0c1f52c54119dfde256a48a7b58043de [
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
tint_symbol
()
{
int
i
=
0
;
i
=
(
i
+
1
);
}