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