Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant> maxTextures: number

Description:

When in WebGL mode, this sets the maximum number of GPU Textures to use. The default, -1, will use all available units. The WebGL1 spec says all browsers should provide a minimum of 8.

Type:
number
Since: 3.0.0
Source: src/core/Config.js (Line 416)