Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Disposable

Disposable classes that contains resources (WasmMemory, GPU buffer) which needs to be explicitly disposed.

Hierarchy

  • Disposable

Implemented by

Index

Properties

Properties

dispose

dispose: () => void

Dispose the internal resource This function can be called multiple times, only the first call will take effect.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc