Dart
dart:web_gl
ExtDisjointTimerQueryWebGL2
queryCounterExt method
queryCounterExt
ExtDisjointTimerQueryWebGL2 class
Properties
hashCode
runtimeType
Methods
queryCounterExt
noSuchMethod
toString
Operators
operator ==
Constants
GPU_DISJOINT_EXT
QUERY_COUNTER_BITS_EXT
TIME_ELAPSED_EXT
TIMESTAMP_EXT
queryCounterExt method
@JSName('queryCounterEXT')
void
queryCounterExt
(
Query
query
,
int
target
)
Implementation
@JSName('queryCounterEXT') void queryCounterExt(Query query, int target) native;