Uses of Interface
dev.webfx.kit.webgl.WebGLProgram
Packages that use WebGLProgram
-
Uses of WebGLProgram in dev.webfx.kit.webgl
Methods in dev.webfx.kit.webgl that return WebGLProgramMethods in dev.webfx.kit.webgl with parameters of type WebGLProgramModifier and TypeMethodDescriptionvoidWebGLRenderingContext.attachShader(WebGLProgram program, WebGLShader shader) voidWebGLRenderingContext.bindAttribLocation(WebGLProgram program, int index, String name) voidWebGLRenderingContext.deleteProgram(WebGLProgram program) voidWebGLRenderingContext.detachShader(WebGLProgram program, WebGLShader shader) WebGLRenderingContext.getActiveAttrib(WebGLProgram program, int index) WebGLRenderingContext.getActiveUniform(WebGLProgram program, int index) intWebGLRenderingContext.getAttribLocation(WebGLProgram program, String name) WebGLRenderingContext.getProgramInfoLog(WebGLProgram program) WebGLRenderingContext.getProgramParameter(WebGLProgram program, int pname) WebGLRenderingContext.getUniform(WebGLProgram program, WebGLUniformLocation location) WebGLRenderingContext.getUniformLocation(WebGLProgram program, String name) voidWebGLRenderingContext.linkProgram(WebGLProgram program) voidWebGLRenderingContext.useProgram(WebGLProgram program) voidWebGLRenderingContext.validateProgram(WebGLProgram program) -
Uses of WebGLProgram in dev.webfx.kit.webgl.spi.impl.gwtj2cl
Classes in dev.webfx.kit.webgl.spi.impl.gwtj2cl that implement WebGLProgramMethods in dev.webfx.kit.webgl.spi.impl.gwtj2cl that return WebGLProgramMethods in dev.webfx.kit.webgl.spi.impl.gwtj2cl with parameters of type WebGLProgramModifier and TypeMethodDescriptionvoidGwtJ2clWebGLRenderingContext.attachShader(WebGLProgram program, WebGLShader shader) voidGwtJ2clWebGLRenderingContext.bindAttribLocation(WebGLProgram program, int index, String name) voidGwtJ2clWebGLRenderingContext.deleteProgram(WebGLProgram program) voidGwtJ2clWebGLRenderingContext.detachShader(WebGLProgram program, WebGLShader shader) GwtJ2clWebGLRenderingContext.getActiveAttrib(WebGLProgram program, int index) GwtJ2clWebGLRenderingContext.getActiveUniform(WebGLProgram program, int index) intGwtJ2clWebGLRenderingContext.getAttribLocation(WebGLProgram program, String name) GwtJ2clWebGLRenderingContext.getProgramInfoLog(WebGLProgram program) GwtJ2clWebGLRenderingContext.getProgramParameter(WebGLProgram program, int pname) GwtJ2clWebGLRenderingContext.getUniform(WebGLProgram program, WebGLUniformLocation location) GwtJ2clWebGLRenderingContext.getUniformLocation(WebGLProgram program, String name) voidGwtJ2clWebGLRenderingContext.linkProgram(WebGLProgram program) voidGwtJ2clWebGLRenderingContext.useProgram(WebGLProgram program) voidGwtJ2clWebGLRenderingContext.validateProgram(WebGLProgram program)