gpuMemoryLimits
gpuMemoryLimits: GpuMemoryLimits | GpuMemoryLimit
Defines optional limits on the total amount of GPU memory allocated to Tile contents. If an instance of GpuMemoryLimits, defines separate limits for mobile and non-mobile devices; otherwise, defines the limit for whatever type of device the client is running on.
Default value: { "mobile": "default" }
.
see GpuMemoryLimit for a description of the available limits and how they are imposed.
Defined in
- core/frontend/src/tile/TileAdmin.ts Line 1152
Last Updated: 20 June, 2023