|
Contains hints about layer contents that may be used to accelerate certain composition operations. More...
#include <layerHints.h>
Public Member Functions | |
SdfLayerHints ()=default | |
Default constructed hints provide the most conservative set of values such that consumers of the hints will act correctly if not optimally. | |
SdfLayerHints (bool mightHaveRelocates) | |
Construct hints with specific values. | |
Public Attributes | |
bool | mightHaveRelocates = true |
If this field is false, the layer does not contain relocates. | |
Contains hints about layer contents that may be used to accelerate certain composition operations.
Definition at line 16 of file layerHints.h.
|
default |
Default constructed hints provide the most conservative set of values such that consumers of the hints will act correctly if not optimally.
|
inlineexplicit |
Construct hints with specific values.
Using this constructor requires that all hint fields be specified.
Definition at line 25 of file layerHints.h.
bool mightHaveRelocates = true |
If this field is false, the layer does not contain relocates.
If true, relocates may be present but are not guaranteed to exist.
Definition at line 31 of file layerHints.h.