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.