13 ID3D12CommandList* getCommandList();
14 void handleStep(CommandCreateInfo* step);
17 void uploadCmdBindRenderPass(CommandBindRenderPass* ci);
18 void uploadCmdUnbindRenderPass(CommandUnbindRenderPass* ci);
19 void uploadCmdBindDescriptorSet(CommandBindDescriptorSets* ci);
20 void uploadCmdBindCommandBuffers(CommandCallCmdBuffer* ci);
21 void uploadCmdBindGraphicsPipeline(CommandBindGraphicsPipeline* ci);
22 void uploadCmdBindVertexBuffers(CommandBindVBOs* ci);
23 void uploadCmdBindIndexBuffer(CommandBindIBO* ci);
24 void uploadCmdDrawVertices(CommandDrawVertices* ci);
25 void uploadCmdDrawIndices(CommandDrawIndices* ci);
27 ID3D12GraphicsCommandList* command_list_;