@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class EXT_disjoint_timer_query
extends JsObject
implements WebGL1Extension
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT_QUERY_EXT |
static int |
GPU_DISJOINT_EXT |
static java.lang.String |
NAME |
static int |
QUERY_COUNTER_BITS_EXT |
static int |
QUERY_RESULT_AVAILABLE_EXT |
static int |
QUERY_RESULT_EXT |
static int |
TIME_ELAPSED_EXT |
static int |
TIMESTAMP_EXT |
| Modifier | Constructor and Description |
|---|---|
protected |
EXT_disjoint_timer_query() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginQueryEXT(int target,
WebGLTimerQueryEXT query) |
WebGLTimerQueryEXT |
createQueryEXT() |
void |
deleteQueryEXT(WebGLTimerQueryEXT query) |
void |
endQueryEXT(int target) |
jsinterop.base.Any |
getQueryEXT(int target,
int pname) |
jsinterop.base.Any |
getQueryObjectEXT(WebGLTimerQueryEXT query,
int pname) |
boolean |
isQueryEXT(WebGLTimerQueryEXT query) |
void |
queryCounterEXT(WebGLTimerQueryEXT query,
int target) |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsOverlay public static final int CURRENT_QUERY_EXT
@JsOverlay public static final int GPU_DISJOINT_EXT
@JsOverlay public static final java.lang.String NAME
@JsOverlay public static final int QUERY_COUNTER_BITS_EXT
@JsOverlay public static final int QUERY_RESULT_AVAILABLE_EXT
@JsOverlay public static final int QUERY_RESULT_EXT
@JsOverlay public static final int TIMESTAMP_EXT
@JsOverlay public static final int TIME_ELAPSED_EXT
public void beginQueryEXT(int target,
@Nonnull
WebGLTimerQueryEXT query)
@Nullable public WebGLTimerQueryEXT createQueryEXT()
public void deleteQueryEXT(@Nullable
WebGLTimerQueryEXT query)
public void endQueryEXT(int target)
@Nullable
public jsinterop.base.Any getQueryEXT(int target,
int pname)
@Nullable
public jsinterop.base.Any getQueryObjectEXT(@Nonnull
WebGLTimerQueryEXT query,
int pname)
public boolean isQueryEXT(@Nullable
WebGLTimerQueryEXT query)
public void queryCounterEXT(@Nonnull
WebGLTimerQueryEXT query,
int target)