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