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 Summary)
 Index
 Methods
insertDebugMarker  
popDebugGroup  
- popDebugGroup(): undefined
- Ends the labeled debug group most recently started by GPUDebugCommandsMixin#pushDebugGroup. - Returns undefined
Marks a point in a stream of commands with a label.