public class ANGLE_instanced_arrays extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE |
Modifier | Constructor and Description |
---|---|
protected |
ANGLE_instanced_arrays(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ANGLE_instanced_arrays |
$as(Object obj) |
void |
drawArraysInstancedANGLE(double mode,
double first,
double count,
double primcount) |
void |
drawElementsInstancedANGLE(double mode,
double count,
double type,
double offset,
double primcount) |
Number |
VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE() |
void |
vertexAttribDivisorANGLE(double index,
double divisor) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE
protected ANGLE_instanced_arrays(Objs.Constructor<?> c, Object js)
public static ANGLE_instanced_arrays $as(Object obj)
public Number VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE()
public void drawArraysInstancedANGLE(double mode, double first, double count, double primcount)
public void drawElementsInstancedANGLE(double mode, double count, double type, double offset, double primcount)
public void vertexAttribDivisorANGLE(double index, double divisor)
Copyright © 2018. All rights reserved.