Table of Contents

Interface GPUDebugCommandsMixin

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("GPUDebugCommandsMixin")]
public interface GPUDebugCommandsMixin

Methods

InsertDebugMarker(string)

[Value("insertDebugMarker")]
GlobalObject.Undefined InsertDebugMarker(string markerLabel)

Parameters

markerLabel string

Returns

GlobalObject.Undefined

PopDebugGroup()

[Value("popDebugGroup")]
GlobalObject.Undefined PopDebugGroup()

Returns

GlobalObject.Undefined

PushDebugGroup(string)

[Value("pushDebugGroup")]
GlobalObject.Undefined PushDebugGroup(string groupLabel)

Parameters

groupLabel string

Returns

GlobalObject.Undefined