WebIDLpedia

GPUDebugCommandsMixin interface mixin

Definition

WebGPU defines GPUDebugCommandsMixin



interface mixin GPUDebugCommandsMixin {
    undefined pushDebugGroup(USVString groupLabel);
    undefined popDebugGroup();
    undefined insertDebugMarker(USVString markerLabel);
};

Referring IDL interfaces/dictionaries