commit method
commit(self, stage, command_list)
Commit prepared data to graphics pipeline.
def commit(self, stage, command_list):
    ...
| Parameter | Type | Description | 
|---|---|---|
| stage | aspose.threed.render.ShaderStage | |
| command_list | aspose.threed.render.ICommandList | 
See Also
- module aspose.threed.render
- class PushConstant