Uses of Class
de.mirkosertic.bytecoder.api.web.Int16Array
-
Packages that use Int16Array Package Description de.mirkosertic.bytecoder.api.web de.mirkosertic.bytecoder.api.web.webgl -
-
Uses of Int16Array in de.mirkosertic.bytecoder.api.web
Methods in de.mirkosertic.bytecoder.api.web that return Int16Array Modifier and Type Method Description static Int16Array
OpaqueArrays. createInt16Array(int aLength)
-
Uses of Int16Array in de.mirkosertic.bytecoder.api.web.webgl
Methods in de.mirkosertic.bytecoder.api.web.webgl with parameters of type Int16Array Modifier and Type Method Description void
WebGLRenderingContext. bufferData(int target, Int16Array data, int usage)
void
WebGLRenderingContext. bufferSubData(int target, int offset, Int16Array data)
-