Uses of Class
de.mirkosertic.bytecoder.api.web.webgl.WebGLUniformLocation
Packages that use WebGLUniformLocation
-
Uses of WebGLUniformLocation in de.mirkosertic.bytecoder.api.web.webgl
Methods in de.mirkosertic.bytecoder.api.web.webgl that return WebGLUniformLocationModifier and TypeMethodDescriptionWebGLRenderingContext.getUniformLocation
(WebGLProgram program, String name) Methods in de.mirkosertic.bytecoder.api.web.webgl with parameters of type WebGLUniformLocationModifier and TypeMethodDescriptionvoid
WebGLRenderingContext.getUniformfv
(WebGLProgram program, WebGLUniformLocation location, FloatArray params) void
WebGLRenderingContext.getUniformiv
(WebGLProgram program, WebGLUniformLocation location, IntArray params) void
WebGLRenderingContext.uniform1f
(WebGLUniformLocation location, float x) void
WebGLRenderingContext.uniform1fv
(WebGLUniformLocation location, FloatArray v) void
WebGLRenderingContext.uniform1i
(WebGLUniformLocation location, int x) void
WebGLRenderingContext.uniform1iv
(WebGLUniformLocation location, int count, IntArray v) void
WebGLRenderingContext.uniform1iv
(WebGLUniformLocation location, int count, IntArray v, int offset) void
WebGLRenderingContext.uniform1iv
(WebGLUniformLocation location, IntArray v) void
WebGLRenderingContext.uniform2f
(WebGLUniformLocation location, float x, float y) void
WebGLRenderingContext.uniform2fv
(WebGLUniformLocation location, FloatArray v) void
WebGLRenderingContext.uniform2i
(WebGLUniformLocation location, int x, int y) void
WebGLRenderingContext.uniform2iv
(WebGLUniformLocation location, IntArray v) void
WebGLRenderingContext.uniform3f
(WebGLUniformLocation location, float x, float y, float z) void
WebGLRenderingContext.uniform3fv
(WebGLUniformLocation location, FloatArray v) void
WebGLRenderingContext.uniform3i
(WebGLUniformLocation location, int x, int y, int z) void
WebGLRenderingContext.uniform3iv
(WebGLUniformLocation location, IntArray v) void
WebGLRenderingContext.uniform4f
(WebGLUniformLocation location, float x, float y, float z, float w) void
WebGLRenderingContext.uniform4fv
(WebGLUniformLocation location, FloatArray v) void
WebGLRenderingContext.uniform4i
(WebGLUniformLocation location, int x, int y, int z, int w) void
WebGLRenderingContext.uniform4iv
(WebGLUniformLocation location, IntArray v) void
WebGLRenderingContext.uniformMatrix2fv
(WebGLUniformLocation location, boolean transpose, FloatArray value) void
WebGLRenderingContext.uniformMatrix2fv
(WebGLUniformLocation location, int count, boolean transpose, FloatArray value, int offset) void
WebGLRenderingContext.uniformMatrix3fv
(WebGLUniformLocation location, boolean transpose, FloatArray value) void
WebGLRenderingContext.uniformMatrix4fv
(WebGLUniformLocation location, boolean transpose, FloatArray value)