HDK
|
#include <layerHints.h>
Public Member Functions | |
SdfLayerHints ()=default | |
SdfLayerHints (bool mightHaveRelocates) | |
Public Attributes | |
bool | mightHaveRelocates = true |
Contains hints about layer contents that may be used to accelerate certain composition operations.
Definition at line 33 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 42 of file layerHints.h.
bool SdfLayerHints::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 48 of file layerHints.h.