GPURenderBundleEncoder: insertDebugMarker() method - Web APIs | MDN

Syntax

js

insertDebugMarker(markerLabel)

Parameters

markerLabel

A string representing the label to insert.

Return value

None (Undefined).

Examples

js

// …

bundleEncoder.insertDebugMarker("my_marker");

// …

Specifications

Specification
WebGPU
# dom-gpudebugcommandsmixin-insertdebugmarker

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.