Interface GPUDebugCommandsMixin
interface GPUDebugCommandsMixin {
insertDebugMarker(markerLabel: string): undefined;
popDebugGroup(): undefined;
pushDebugGroup(groupLabel: string): undefined;
}
insertDebugMarker(markerLabel: string): undefined;
popDebugGroup(): undefined;
pushDebugGroup(groupLabel: string): undefined;
}
Hierarchy
- GPUDebugCommandsMixin (view full)
Index
Methods
insertDebugMarker
popDebugGroup
- pop
Debug (): undefinedGroup Ends the labeled debug group most recently started by GPUDebugCommandsMixin#pushDebugGroup.
Returns undefined
Marks a point in a stream of commands with a label.