method: executeCommandsInBuffer:withRange:
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected