Version: 2022.3

WebGLMemoryGrowthMode

enumeration

切换到手册

描述

An enum containing different memory growth modes.

This enum is used within the WebGL platform to define how the WASM memory heap grows.

变量

NoneThe WASM memory heap has a fixed size.
LinearThe WASM memory heap is increased by constant increments.
GeometricThe WASM memory heap is increased by a geometric factor.