EXT_disjoint_timer_query extension type

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginQueryEXT(GLenum target, WebGLTimerQueryEXT query) → void
createQueryEXT() WebGLTimerQueryEXT?
deleteQueryEXT(WebGLTimerQueryEXT? query) → void
endQueryEXT(GLenum target) → void
getQueryEXT(GLenum target, GLenum pname) JSAny?
getQueryObjectEXT(WebGLTimerQueryEXT query, GLenum pname) JSAny?
isQueryEXT(WebGLTimerQueryEXT? query) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryCounterEXT(WebGLTimerQueryEXT query, GLenum target) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited