Skip to content

Commit 56ae1c8

Browse files
authored
feat: Export AnyAutoCustoms type (#2508)
1 parent 605fcc8 commit 56ae1c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/typegpu/src/indexNamedExports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export type { TgpuVertexFn, TgpuVertexFnShell } from './core/function/tgpuVertex
112112
export type { TgpuFragmentFn, TgpuFragmentFnShell } from './core/function/tgpuFragmentFn.ts';
113113
export type { TgpuComputeFn, TgpuComputeFnShell } from './core/function/tgpuComputeFn.ts';
114114
export type {
115+
AnyAutoCustoms,
115116
/** @deprecated use TgpuFragmentFn.AutoIn */
116117
AutoFragmentIn,
117118
/** @deprecated use TgpuFragmentFn.AutoOut */

0 commit comments

Comments
 (0)