Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • RixLPEInfo and RixCustomLPE interfaces are not available in Init() and CreateInstanceData() anymore.
  • RixRenderState and calls to GetOptions() are still available, but may return out-of-date values. It is strongly recommended to move the associated code to the synchronization methods.
Note

The restriction to RixLPEInfo implies that functions like RixBXLookupLobeByName shouldn't be called in Init() of {{CreateInstanceData()}} either. This function should usually be called in Synchronize().

Plugin Instance Initialization

...