Sign in
dawn
/
tint
/
25c6505a64498f4ebcc521b4b4e9f5fc93c8752a
/
.
/
test
/
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
;
}