bool ExecuteSWOnAddCommand(DrawableImage* i) const;
ExecuteSWOnAddCommand attempts to execute the command immediately on the Advance thread, if it is required to return a value to the VM. Returns true if it is executed, false if it is deferred to the render thread.
Parameters |
Description |
DrawableImage* i |
The image (and any sources it uses) must be currently mapped, and must have their fence frame passed. |
Returns true if the command is executed, false if it is deferred to the render thread.