HAL::Submit

HAL::Submit
virtual bool Submit();
Description

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.

Return Value

A Boolean value of true if successful and false otherwise.