We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AnyAutoCustoms
1 parent 605fcc8 commit 56ae1c8Copy full SHA for 56ae1c8
1 file changed
packages/typegpu/src/indexNamedExports.ts
@@ -112,6 +112,7 @@ export type { TgpuVertexFn, TgpuVertexFnShell } from './core/function/tgpuVertex
112
export type { TgpuFragmentFn, TgpuFragmentFnShell } from './core/function/tgpuFragmentFn.ts';
113
export type { TgpuComputeFn, TgpuComputeFnShell } from './core/function/tgpuComputeFn.ts';
114
export type {
115
+ AnyAutoCustoms,
116
/** @deprecated use TgpuFragmentFn.AutoIn */
117
AutoFragmentIn,
118
/** @deprecated use TgpuFragmentFn.AutoOut */
0 commit comments