MTLCommandBuffer.pushDebugGroup

Marks the beginning of a debug group and gives it an identifying label, which temporarily replaces the previous group, if applicable.

interface MTLCommandBuffer
@nogc nothrow
@selector("pushDebugGroup")
void
pushDebugGroup
(
NSString
)

Meta