Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
ptr_ref
/
load
/
param
/
private
/
vec4_f32.wgsl.expected.dxc.hlsl
blob: cea5076677aefa400d2c3210e74827c8fa412a76 [
file
] [
log
] [
blame
]
float4 func
(
inout float4 pointer
)
{
return
pointer
;
}
static
float4 P
=
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
);
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float4 r
=
func
(
P
);
return
;
}