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