Sign in
dawn
/
dawn
/
28a7827981dd644d52b1affbd2860917c7fb641c
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
function
/
vec4_f32.wgsl.expected.fxc.hlsl
blob: 74c4735127b2fc16fe367a7d358044851472077d [
file
] [
log
] [
blame
]
void
func
(
inout float4 pointer
)
{
pointer
=
(
0.0f
).
xxxx
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float4 F
=
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
);
func
(
F
);
return
;
}