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