DICommand::ExecuteSWOnAddCommand

DICommand::ExecuteSWOnAddCommand
bool ExecuteSWOnAddCommand(DrawableImage* i) const;
Description

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
Parameters 
Description 
DrawableImage* i 
The image (and any sources it uses) must be currently mapped, and must have their fence frame passed. 
Return Value

Returns true if the command is executed, false if it is deferred to the render thread.