All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfLayerHints Class Reference

Contains hints about layer contents that may be used to accelerate certain composition operations. More...

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. More...
 
 SdfLayerHints (bool mightHaveRelocates)
 Construct hints with specific values. More...
 

Public Attributes

bool mightHaveRelocates = true
 If this field is false, the layer does not contain relocates. More...
 

Detailed Description

Contains hints about layer contents that may be used to accelerate certain composition operations.

Definition at line 33 of file layerHints.h.

Constructor & Destructor Documentation

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)
inlineexplicit

Construct hints with specific values.

Using this constructor requires that all hint fields be specified.

Definition at line 42 of file layerHints.h.

Member Data Documentation

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 48 of file layerHints.h.


The documentation for this class was generated from the following file: