Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
ptr_ref
/
store
/
local
/
i32.wgsl.expected.glsl
blob: 036484690d1986c8d13ff914f51d4e8d6bd247cc [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
tint_symbol
()
{
int
i
=
123
;
i
=
123
;
i
=
((
100
+
20
)
+
3
);
return
;
}
void
main
()
{
tint_symbol
();
}