ImageUpdateSync

ImageUpdateSync
Scaleform::Render::ImageUpdateSync
Declaration
class ImageUpdateSync;
Description

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.

Methods
Method 
Description 
Queues up a default full-image update implemented by mapping the texture. 
Queues up a custom image update. 
File

Render_Image.h