Table of Contents

Class EXT_disjoint_timer_query_webgl2

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("EXT_disjoint_timer_query_webgl2")]
public class EXT_disjoint_timer_query_webgl2
Inheritance
EXT_disjoint_timer_query_webgl2
Inherited Members

Constructors

EXT_disjoint_timer_query_webgl2()

public EXT_disjoint_timer_query_webgl2()

Fields

GPU_DISJOINT_EXT

[Value("GPU_DISJOINT_EXT")]
public const ulong GPU_DISJOINT_EXT = 36795

Field Value

ulong

QUERY_COUNTER_BITS_EXT

[Value("QUERY_COUNTER_BITS_EXT")]
public const ulong QUERY_COUNTER_BITS_EXT = 34916

Field Value

ulong

TIMESTAMP_EXT

[Value("TIMESTAMP_EXT")]
public const ulong TIMESTAMP_EXT = 36392

Field Value

ulong

TIME_ELAPSED_EXT

[Value("TIME_ELAPSED_EXT")]
public const ulong TIME_ELAPSED_EXT = 35007

Field Value

ulong

Methods

QueryCounterEXT(WebGLQuery, ulong)

[Value("queryCounterEXT")]
public GlobalObject.Undefined QueryCounterEXT(WebGLQuery query, ulong target)

Parameters

query WebGLQuery
target ulong

Returns

GlobalObject.Undefined