Uses of Class
eu.webtoolkit.jwt.WGLWidget.AttribLocation
Packages that use WGLWidget.AttribLocation
-
Uses of WGLWidget.AttribLocation in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WGLWidget.AttribLocationModifier and TypeMethodDescriptionWGLWidget.getAttribLocation
(WGLWidget.Program program, String attrib) GL function to retrieve an attribute's location in aWGLWidget.Program
.WServerGLWidget.getAttribLocation
(WGLWidget.Program program, String attrib) Methods in eu.webtoolkit.jwt with parameters of type WGLWidget.AttribLocationModifier and TypeMethodDescriptionvoid
WGLWidget.disableVertexAttribArray
(WGLWidget.AttribLocation index) GL function to disable the vertex attribute array.void
WServerGLWidget.disableVertexAttribArray
(WGLWidget.AttribLocation index) void
WGLWidget.enableVertexAttribArray
(WGLWidget.AttribLocation index) GL function to enable the vertex attribute array.void
WServerGLWidget.enableVertexAttribArray
(WGLWidget.AttribLocation index) void
WGLWidget.vertexAttrib1f
(WGLWidget.AttribLocation location, double x) GL function to set the value of an attribute of the current program.void
WServerGLWidget.vertexAttrib1f
(WGLWidget.AttribLocation location, double x) void
WGLWidget.vertexAttrib2f
(WGLWidget.AttribLocation location, double x, double y) GL function to set the value of an attribute of the current program.void
WServerGLWidget.vertexAttrib2f
(WGLWidget.AttribLocation location, double x, double y) void
WGLWidget.vertexAttrib2fv
(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.void
WGLWidget.vertexAttrib3f
(WGLWidget.AttribLocation location, double x, double y, double z) GL function to set the value of an attribute of the current program.void
WServerGLWidget.vertexAttrib3f
(WGLWidget.AttribLocation location, double x, double y, double z) void
WGLWidget.vertexAttrib3fv
(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.void
WGLWidget.vertexAttrib4f
(WGLWidget.AttribLocation location, double x, double y, double z, double w) GL function to set the value of an attribute of the current program.void
WServerGLWidget.vertexAttrib4f
(WGLWidget.AttribLocation location, double x, double y, double z, double w) void
WGLWidget.vertexAttrib4fv
(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.void
WGLWidget.vertexAttribPointer
(WGLWidget.AttribLocation location, int size, WGLWidget.GLenum type, boolean normalized, int stride, int offset) GL function to bind a VBO to an attribute.void
WServerGLWidget.vertexAttribPointer
(WGLWidget.AttribLocation location, int size, WGLWidget.GLenum type, boolean normalized, int stride, int offset)