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

Method executeCommandsInBuffer

metal-cpp/Metal/MTLRenderCommandEncoder.hpp:931–934  ·  view source on GitHub ↗

method: executeCommandsInBuffer:withRange:

Source from the content-addressed store, hash-verified

929
930// method: executeCommandsInBuffer:withRange:
931_MTL_INLINE void MTL::RenderCommandEncoder::executeCommandsInBuffer(const MTL::IndirectCommandBuffer* indirectCommandBuffer, NS::Range executionRange)
932{
933 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(executeCommandsInBuffer_withRange_), indirectCommandBuffer, executionRange);
934}
935
936// method: executeCommandsInBuffer:indirectBuffer:indirectBufferOffset:
937_MTL_INLINE void MTL::RenderCommandEncoder::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