UNPKG

bun-webgpu

Version:

Native WebGPU implementation for Bun runtime

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