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