GPUDebugCommandsMixin

class wgpu.GPUDebugCommandsMixin

Bases: object

Mixin for classes that support debug groups and markers.

insert_debug_marker(marker_label: str) 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

Push a named debug group into the command stream.