Uses of Interface
org.teavm.jso.webgl.WebGLTexture
Packages that use WebGLTexture
-
Uses of WebGLTexture in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl that return WebGLTextureMethods in org.teavm.jso.webgl with parameters of type WebGLTextureModifier and TypeMethodDescriptionvoidWebGLRenderingContext.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)