Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
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
];
}