Uses of Class
de.mirkosertic.bytecoder.api.web.webgl.WebGLTexture
Packages that use WebGLTexture
-
Uses of WebGLTexture in de.mirkosertic.bytecoder.api.web.webgl
Methods in de.mirkosertic.bytecoder.api.web.webgl that return WebGLTextureMethods in de.mirkosertic.bytecoder.api.web.webgl with parameters of type WebGLTextureModifier and TypeMethodDescriptionvoid
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)