Interface GPUDebugCommandsMixin

Hierarchy

Methods

  • Marks a point in a stream of commands with a label.

    Parameters

    • markerLabel: string

      The label to insert.

    Returns undefined

  • Ends the labeled debug group most recently started by pushDebugGroup.

    Returns undefined

  • Begins a labeled debug group containing subsequent commands.

    Parameters

    • groupLabel: string

      The label for the command group.

    Returns undefined

Generated using TypeDoc