Contents

MTLCounterSamplingPoint.atBlitBoundary

Counter sampling is allowed between blit commands in a blit pass.

Declaration

case atBlitBoundary

Mentioned in

Discussion

When a Metal device instance supports this sampling boundary, you can call the sampleCounters(sampleBuffer:sampleIndex:barrier:) method on an MTLBlitCommandEncoder to sample the counters between individual blit commands.

See Also

Reading sampling boundary types