Uses of Interface
dev.webfx.kit.webgl.WebGLTexture
-
Uses of WebGLTexture in dev.webfx.kit.webgl
Modifier 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
Modifier 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)