acceleratedRendering | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies whether to use accelerated rendering for this stack | ||||||
Introduced | 5.0.2 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: compositorTileSize, layerMode, compositorType, compositorCacheLimit | ||||||
Description | Use the acceleratedRendering property to put LiveCode into accelerated rendering mode and set the compositor properties to recommended defaults. The acceleratedRendering property has been added to help simplify the use of the accelerated rendering features. When set to true, LiveCode automatically configures the compositor properties to the best defaults for the current platform. When acceleratedRendering is set to true, if the compositorType has not previously been set, the engine configures the compositor properties as follows:
If the acceleratedRendering property is set to false, then the compositorType is set to empty.
| ||||||
Tags | windowing |