UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

11 lines (10 loc) 338 B
/** * Centralized allocation ID generator for gsplat work buffer allocations. * Provides unique IDs for placements and octree nodes that need persistent * allocation tracking in the block allocator. * * @type {NumericIds} * @ignore */ export const GsplatAllocId: NumericIds; import { NumericIds } from '../../core/numeric-ids.js';