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 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)