commit method

commit(self, stage, command_list)

Commit prepared data to graphics pipeline.


def commit(self, stage, command_list):
    ...
ParameterTypeDescription
stageaspose.threed.render.ShaderStage
command_listaspose.threed.render.ICommandList

See Also