GPUDebugCommandsMixin
- class wgpu.GPUDebugCommandsMixin
Bases:
objectMixin for classes that support debug groups and markers.
- insert_debug_marker(marker_label: str)
Insert the given message into the debug message queue.
- pop_debug_group()
Pop the active debug group.
- push_debug_group(group_label: str)
Push a named debug group into the command stream.