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 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) -
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 TypeMethodDescriptionvoid
GwtJ2clWebGLRenderingContext.bindTexture
(int target, WebGLTexture texture) void
GwtJ2clWebGLRenderingContext.deleteTexture
(WebGLTexture texture) void
GwtJ2clWebGLRenderingContext.framebufferTexture2D
(int target, int attachment, int textarget, WebGLTexture texture, int level)