UNPKG

playcanvas

Version:

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

13 lines (12 loc) 228 B
class Tracing { static _traceChannels = /* @__PURE__ */ new Set(); static stack = false; static set(channel, enabled = true) { } static get(channel) { return Tracing._traceChannels.has(channel); } } export { Tracing };