GPUDebugCommandsMixin

class wgpu.GPUDebugCommandsMixin

Bases: object

Mixin for classes that support debug groups and markers.

insert_debug_marker(marker_label)

Insert the given message into the debug message queue.

pop_debug_group()

Pop the active debug group.

push_debug_group(group_label)

Push a named debug group into the command stream.