Sign in
dawn
/
dawn
/
ad1eebf96e98837a23eef6daf223ad5248ff7ed4
/
.
/
test
/
tint
/
bug
/
tint
/
764.wgsl.expected.fxc.hlsl
blob: 15d213f421b9a673d6e3665eb821e327648834c4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float4x4 m
=
float4x4
((
1.0f
).
xxxx
,
(
1.0f
).
xxxx
,
(
1.0f
).
xxxx
,
(
1.0f
).
xxxx
);
float4 v1
=
m
[
0
];
float
a
=
v1
[
0
];
}