UNPKG

typegpu

Version:

A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.

3 lines (2 loc) 144 B
import type { ShaderStage } from '../../types.ts'; export declare const shaderStageSlot: import("./slotTypes.ts").TgpuSlot<ShaderStage | null>;