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