MCPcopy Create free account
hub / github.com/DTolm/VkFFT / optimizeIndirectCommandBuffer

Method optimizeIndirectCommandBuffer

metal-cpp/Metal/MTLBlitCommandEncoder.hpp:231–234  ·  view source on GitHub ↗

method: optimizeIndirectCommandBuffer:withRange:

Source from the content-addressed store, hash-verified

229
230// method: optimizeIndirectCommandBuffer:withRange:
231_MTL_INLINE void MTL::BlitCommandEncoder::optimizeIndirectCommandBuffer(const MTL::IndirectCommandBuffer* indirectCommandBuffer, NS::Range range)
232{
233 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(optimizeIndirectCommandBuffer_withRange_), indirectCommandBuffer, range);
234}
235
236// method: sampleCountersInBuffer:atSampleIndex:withBarrier:
237_MTL_INLINE void MTL::BlitCommandEncoder::sampleCountersInBuffer(const MTL::CounterSampleBuffer* sampleBuffer, NS::UInteger sampleIndex, bool barrier)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected