MCPcopy Create free account
hub / github.com/Inori/GPCS4 / recycleCommandList

Method recycleCommandList

GPCS4/Graphics/Violet/VltDevice.cpp:209–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 void VltDevice::recycleCommandList(
210 const Rc<VltCommandList>& cmdList)
211 {
212 if (cmdList->type() == VltQueueType::Graphics)
213 {
214 m_recycledCommandListsGraphics.returnObject(cmdList);
215 }
216 else
217 {
218 m_recycledCommandListsCompute.returnObject(cmdList);
219 }
220 }
221
222 void VltDevice::recycleDescriptorPool(
223 const Rc<VltDescriptorPool>& pool)

Callers 1

submitMethod · 0.80

Calls 2

returnObjectMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected