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