Sign in
dawn
/
dawn
/
cb1a3153aea2fff4eabe79bc89b8411d1b174613
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
function
/
i32.wgsl.expected.fxc.hlsl
blob: 9b24b109f458c883cfcdfbca80d1c1de77ba1fc0 [
file
]
void
func
(
inout
int
pointer
)
{
pointer
=
int
(
42
);
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
F
=
int
(
0
);
func
(
F
);
}