insertDebugGroups
Enables calling kernel encode methods.
Declaration
static var insertDebugGroups: MPSKernelOptions { get }Discussion
Using this option causes various kernel encode methods to call pushDebugGroup(_:) and popDebugGroup() methods. The debug string will be drawn from the kernel’s label property, if available, or the name of the class otherwise.