Skip to content

ZenFG TypeScript API / webgpu / root / ResourceKind

Type Alias: ResourceKind

ResourceKind = "texture" | "buffer"

Defined in: packages/webgpu/src/types.ts:60

Beta

The physical WebGPU resource category represented by a logical handle.

Open source / MIT licensed