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 WebGLTextureWebGLRenderingContext. createTexture()Methods in de.mirkosertic.bytecoder.api.web.webgl with parameters of type WebGLTexture Modifier and Type Method Description voidWebGLRenderingContext. bindTexture(int target, WebGLTexture texture)voidWebGLRenderingContext. deleteTexture(WebGLTexture texture)voidWebGLRenderingContext. framebufferTexture2D(int target, int attachment, int textarget, WebGLTexture texture, int level)booleanWebGLRenderingContext. isTexture(WebGLTexture texture)
-