Sign in
dawn
/
dawn
/
55b8561232dcdb3351da1233d5a3bb710734eda4
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x3
/
f32.wgsl.expected.fxc.hlsl
blob: 15083b53197265e738ec7f304423e080bab7803d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float4x3 v
=
float4x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
}