commit method

commit(self, stage, command_list)

Commit prepared data to graphics pipeline.


def commit(self, stage, command_list):
    ...
ParameterTypeDescription
stageShaderStage
command_listICommandList

See Also