WasmGPU.scale¶
Summary¶
WasmGPU.scale is the instance-bound scaling service for computing data statistics and preparing scale transforms used by data-driven materials and scientific scene objects. It uses the engine's compute resources and caches reusable results by source identity.
Syntax¶
Available APIs¶
- scale.createTransform creates a normalized scale-transform descriptor.
- scale.requestStats computes or retrieves statistics for a scale source.
- scale.invalidate removes cached results for a source.
- scale.clearCache clears all cached scaling results.