virtual bool ExecuteRecording(GraphicsDevice& playbackDevice);
ExecuteRecording executes the API calls submitted in the command buffer.
Executes the commands recorded by this interface into the given GraphicsDevice. In general, this is called within HAL::Submit automatically. Returns false if no commands were executed (because none were recorded), and true otherwise.
Parameters |
Description |
GraphicsDevice& playbackDevice |
The graphics device to execute the recorded calls. |