Skip to content

Commit 0b9952b

Browse files
authored
fix: Export sampler types (#1866)
1 parent 67dfda3 commit 0b9952b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/typegpu/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ export type { RenderFlag, SampledFlag } from './core/texture/usageExtension.ts';
145145
export type { InitFromDeviceOptions, InitOptions } from './core/root/init.ts';
146146
export type { TgpuConst } from './core/constant/tgpuConstant.ts';
147147
export type { TgpuVar, VariableScope } from './core/variable/tgpuVariable.ts';
148-
export type { TgpuSampler } from './core/sampler/sampler.ts';
148+
export type {
149+
TgpuComparisonSampler,
150+
TgpuFixedComparisonSampler,
151+
TgpuFixedSampler,
152+
TgpuSampler,
153+
} from './core/sampler/sampler.ts';
149154
export type { TgpuQuerySet } from './core/querySet/querySet.ts';
150155
export type {
151156
BindLayoutEntry,

0 commit comments

Comments
 (0)