UNPKG

bun-webgpu

Version:

Native WebGPU implementation for Bun runtime

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