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