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