Sign in
dawn
/
dawn
/
527e38b68bb2615a4277a6efae9271ba7291d8ea
/
.
/
test
/
tint
/
access
/
var
/
matrix.spvasm.expected.fxc.hlsl
blob: 375ea5377c40903bfe0687036f3e77e558de8696 [
file
] [
log
] [
blame
]
void
main_1
()
{
float3x3 m
=
float3x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
const
float3 x_15
=
m
[
1
];
const
float
x_16
=
x_15
.
y
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}