Sign in
dawn
/
dawn
/
9ff0274062ffa8efed52f9e78f282cc22415800d
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
param
/
array.wgsl.expected.ir.fxc.hlsl
blob: 29074fa9a44100693064b5d72a3718f7efa00cee [
file
] [
log
] [
blame
]
int
f
(
int
i
)
{
int
v
[
8
]
=
{
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
};
int
a
[
8
]
=
v
;
return
a
[
i
];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}