virtual bool Submit();
If using a deferred context (either supported by the graphics API as with D3D11 deferred contexts), or software deferred contexts (using the HALConfig_SoftwareDeferredContext flag), this call will submit queued commands.
A Boolean value of true if successful and false otherwise.