Sign in
dawn
/
dawn
/
2c4c3a10f47c7be432bcd4e00661be340fb226bb
/
.
/
test
/
tint
/
ptr_ref
/
load
/
param
/
function
/
vec4_f32.wgsl.expected.ir.fxc.hlsl
blob: e9b86ecbb0f67f2656891270a7135bdc7fd5a9e8 [
file
] [
log
] [
blame
]
float4 func
(
inout float4 pointer
)
{
return
pointer
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float4 F
=
(
0.0f
).
xxxx
;
float4 r
=
func
(
F
);
}