Uses of Class
de.mirkosertic.bytecoder.api.web.webgl.WebGLTexture
-
Packages that use WebGLTexture Package Description de.mirkosertic.bytecoder.api.web.webgl -
-
Uses of WebGLTexture in de.mirkosertic.bytecoder.api.web.webgl
Methods in de.mirkosertic.bytecoder.api.web.webgl that return WebGLTexture Modifier and Type Method Description WebGLTexture
WebGLRenderingContext. createTexture()
Methods in de.mirkosertic.bytecoder.api.web.webgl with parameters of type WebGLTexture Modifier and Type Method Description void
WebGLRenderingContext. bindTexture(int target, WebGLTexture texture)
void
WebGLRenderingContext. deleteTexture(WebGLTexture texture)
void
WebGLRenderingContext. framebufferTexture2D(int target, int attachment, int textarget, WebGLTexture texture, int level)
boolean
WebGLRenderingContext. isTexture(WebGLTexture texture)
-