Sign in
dawn
/
dawn
/
e1fd66bdcaf59dbedb4b2261ec4829b202dc32c6
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct_with_matrix.wgsl.expected.ir.dxc.hlsl
blob: 50bb54990e4c04e2ce50ab006072d3dac4ac8aff [
file
] [
log
] [
blame
]
struct
S
{
int
m
;
float4x4 n
;
};
float
f
()
{
S v
=
(
S
)
0
;
S a
=
v
;
return
a
.
n
[
int
(
2
)][
int
(
1
)];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}