UNPKG

bun-webgpu

Version:

Native WebGPU implementation for Bun runtime

11 lines (10 loc) 344 B
import type { Pointer } from "bun:ffi"; import type { FFISymbols } from "./ffi"; export declare class GPUPipelineLayoutImpl implements GPUPipelineLayout { private lib; __brand: "GPUPipelineLayout"; label: string; readonly ptr: Pointer; constructor(ptr: Pointer, lib: FFISymbols, label?: string); destroy(): undefined; }