WebGLMemoryGrowthMode

enumeration

Description

An enum containing different memory growth modes.

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

Properties

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.

Did you find this page useful? Please give it a rating: