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