Uses of Interface
dev.webfx.kit.webgl.WebGLTexture
Packages that use WebGLTexture
-
Uses of WebGLTexture in dev.webfx.kit.webgl
Methods in dev.webfx.kit.webgl that return WebGLTextureMethods in dev.webfx.kit.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) -
Uses of WebGLTexture in dev.webfx.kit.webgl.spi.impl.gwtj2cl
Classes in dev.webfx.kit.webgl.spi.impl.gwtj2cl that implement WebGLTextureMethods in dev.webfx.kit.webgl.spi.impl.gwtj2cl that return WebGLTextureMethods in dev.webfx.kit.webgl.spi.impl.gwtj2cl with parameters of type WebGLTextureModifier and TypeMethodDescriptionvoidGwtJ2clWebGLRenderingContext.bindTexture(int target, WebGLTexture texture) voidGwtJ2clWebGLRenderingContext.deleteTexture(WebGLTexture texture) voidGwtJ2clWebGLRenderingContext.framebufferTexture2D(int target, int attachment, int textarget, WebGLTexture texture, int level)