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 Int16ArrayOpaqueArrays. 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 voidWebGLRenderingContext. bufferData(int target, Int16Array data, int usage)voidWebGLRenderingContext. bufferSubData(int target, int offset, Int16Array data)
-