Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
access
/
var
/
matrix.spvasm.expected.dxc.hlsl
blob: 65f31f4d7c6446d37daeb251a9c38e518045b042 [
file
] [
log
] [
blame
]
void
main_1
()
{
float3x3 m
=
float3x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
const
float
x_16
=
m
[
1
].
y
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}