Sign in
dawn
/
dawn
/
81b3948649893e3f33492042462ff948d8f98ac1
/
.
/
test
/
ptr_ref
/
load
/
local
/
i32.wgsl.expected.glsl
blob: 87a16daf48ddc93aaaf5475e76b756a331208e36 [
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
;
int
use
=
(
i
+
1
);
return
;
}
void
main
()
{
tint_symbol
();
}