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