Skip to content

Commit 2ec9dca

Browse files
authored
fix: Export half-precision vector instance types from 'typegpu/data' (#2387)
1 parent c23c36b commit 2ec9dca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/typegpu/src/data/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,17 @@ export type {
9595
U32,
9696
v2b,
9797
v2f,
98+
v2h,
9899
v2i,
99100
v2u,
100101
v3b,
101102
v3f,
103+
v3h,
102104
v3i,
103105
v3u,
104106
v4b,
105107
v4f,
108+
v4h,
106109
v4i,
107110
v4u,
108111
Vec2b,

0 commit comments

Comments
 (0)