pushDebugGroup(_:)
Pushes a string onto a stack of debug groups for this command buffer.
Declaration
func pushDebugGroup(_ string: String)Parameters
- string:
The string to push.
Pushes a string onto a stack of debug groups for this command buffer.
func pushDebugGroup(_ string: String)The string to push.