UNPKG

xgpu

Version:

XGPU is an extendable library for WebGPU that provides a higher-level, easy-to-use interface for building rendering engines or processing numeric data. It handles automatic data binding, buffer alignment, variable declarations in shaders, and more. XGPU i

5 lines (4 loc) 191 B
import { VertexAttribute } from "../VertexAttribute"; export declare class IntBuffer extends VertexAttribute { constructor(datas?: number[][] | number[] | number, offset?: number); }