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