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