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