GpuMemoryLimits Interface
Defines separate GpuMemoryLimits for mobile and desktop clients.
@see - TileAdmin.Props.gpuMemoryLimits to configure the limit at startup.
- GpuMemoryLimit for a description of how the available limits and how they are imposed.
Properties
Name | Type | Description | |
---|---|---|---|
mobile | GpuMemoryLimit | undefined | Limits applied to clients running on mobile devices. | |
nonMobile | GpuMemoryLimit | undefined | Limits applied to clients running on non-mobile devices. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.