MCPcopy Create free account
hub / github.com/cogentcore/core / EndSubmitWaitFree

Method EndSubmitWaitFree

vgpu/cmds.go:88–91  ·  view source on GitHub ↗

EndSubmitWaitFree does End, Submit, WaitIdle, Free on Buffer

(dev *Device)

Source from the content-addressed store, hash-verified

86
87// EndSubmitWaitFree does End, Submit, WaitIdle, Free on Buffer
88func (cp *CmdPool) EndSubmitWaitFree(dev *Device) {
89 cp.EndSubmitWait(dev)
90 cp.FreeBuffer(dev)
91}
92
93// EndCmd does EndCommandBuffer on buffer
94func (cp *CmdPool) EndCmd() {

Callers 7

TransferRegsToGPUMethod · 0.80
TransferRegsFromGPUMethod · 0.80
TransferTexturesToGPUMethod · 0.80
TransferImagesFromGPUMethod · 0.80

Calls 2

EndSubmitWaitMethod · 0.95
FreeBufferMethod · 0.95

Tested by

no test coverage detected