Scaleform::Render::ImageUpdateSync
class ImageUpdateSync;
ImageUpdateSync is an abstract interface used to notify rendering Render::ContextImpl::Context and/or TextureManager about image updates. Rendering context updates are executed immediately after the Render::ContextImpl::Context::NextCapture is called, allowing image data updates to be synchronized with context frames. TextureManager updates are called immediately after next renderer frame starts.
Method |
Description |
Queues up a default full-image update implemented by mapping the texture. | |
Queues up a custom image update. |
Render_Image.h