Sign in
dawn
/
dawn
/
e1fd66bdcaf59dbedb4b2261ec4829b202dc32c6
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
param
/
vector.wgsl.expected.ir.fxc.hlsl
blob: adceace4433ab3d09d63e965a80dbc58077a1e26 [
file
] [
log
] [
blame
]
float
f
(
int
i
)
{
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
return
v
[
i
];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}