EXTDisjointTimerQuery

@native @JSType
trait EXTDisjointTimerQuery extends Object

Provides timing support to enable profiling of GL calls. (Community Extension)

See also:
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def beginQueryEXT(target: Int, query: WebGLTimerQueryEXT): Unit
def endQueryEXT(target: Int): Unit
def getQueryEXT(target: Int, pname: Int): Any
def getQueryObjectEXT(target: Int, pname: Int): Any
def isQueryEXT(query: WebGLTimerQueryEXT): Boolean
def queryCounterEXT(query: WebGLTimerQueryEXT, target: Int): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object