Sign in
dawn
/
tint
/
9360046a86f67db1794f05ad33655e3305bfa695
/
.
/
test
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.hlsl
blob: 0bc2907bba6ce4af1ab5da6c6dc8d1185356909b [
file
] [
log
] [
blame
]
void
main_1
()
{
uint
x_10
=
0u
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}