Sign in
dawn
/
dawn
/
4fea9d0fbbcd1a88cf59e8b39ff7064a16e46a19
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
literal
/
vector.wgsl.expected.dxc.hlsl
blob: ede611872ba3f4b0b4818c0592d5b53c82ea9dbb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
float
f
()
{
const
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
return
v
[
1
];
}