Sign in
dawn
/
dawn
/
c87b1fe8c96efd1661551d0e4e87c1ddf5fa0ec3
/
.
/
test
/
tint
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.glsl
blob: 79201a15aef4c03fb56479816bdc21b5d0923dc9 [
file
] [
log
] [
blame
]
#version 310 es
void
main_1
()
{
uint
x_10
=
0u
;
return
;
}
void
tint_symbol
()
{
main_1
();
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}