Sign in
dawn
/
dawn
/
4c8379a4ab2ad42a02eb8528ad01c15c879da803
/
.
/
test
/
tint
/
expressions
/
index
/
var
/
struct_with_matrix.wgsl.expected.fxc.hlsl
blob: 3b07e38dc931b9bbf173270940b04c15e8f7a54c [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
S
{
int
m
;
float4x4 n
;
};
float
f
()
{
S a
=
(
S
)
0
;
return
a
.
n
[
2
][
1
];
}