Sign in
dawn
/
dawn
/
e4e74858548a60d3115fc76ede6d6ed9a8415dc3
/
.
/
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
;
}