Sign in
dawn
/
dawn
/
34a2d6574f5cac23a470da7d6496153cfacb09ed
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.glsl
blob: 21ca2e23cd2d8a7098d0cea266af771400206289 [
file
] [
log
] [
blame
]
#version 310 es
int
I
=
0
;
void
main_1
()
{
I
=
123
;
I
=
123
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
main_1
();
}