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