Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
function
/
vec4_f32.wgsl.expected.ir.dxc.hlsl
blob: fdc15ec4bcb27a128ed63ba871d418c979fa731e [
file
] [
log
] [
blame
]
void
func
(
inout float4 pointer
)
{
pointer
=
(
0.0f
).
xxxx
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float4 F
=
(
0.0f
).
xxxx
;
func
(
F
);
}