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

Method executeCommandsInBuffer

metal-cpp/Metal/MTLComputeCommandEncoder.hpp:310–313  ·  view source on GitHub ↗

method: executeCommandsInBuffer:withRange:

Source from the content-addressed store, hash-verified

308
309// method: executeCommandsInBuffer:withRange:
310_MTL_INLINE void MTL::ComputeCommandEncoder::executeCommandsInBuffer(const MTL::IndirectCommandBuffer* indirectCommandBuffer, NS::Range executionRange)
311{
312 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(executeCommandsInBuffer_withRange_), indirectCommandBuffer, executionRange);
313}
314
315// method: executeCommandsInBuffer:indirectBuffer:indirectBufferOffset:
316_MTL_INLINE void MTL::ComputeCommandEncoder::executeCommandsInBuffer(const MTL::IndirectCommandBuffer* indirectCommandbuffer, const MTL::Buffer* indirectRangeBuffer, NS::UInteger indirectBufferOffset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected