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 TypeMethodDescriptionvoidWGLWidget.disableVertexAttribArray(WGLWidget.AttribLocation index) GL function to disable the vertex attribute array.voidWServerGLWidget.disableVertexAttribArray(WGLWidget.AttribLocation index) voidWGLWidget.enableVertexAttribArray(WGLWidget.AttribLocation index) GL function to enable the vertex attribute array.voidWServerGLWidget.enableVertexAttribArray(WGLWidget.AttribLocation index) voidWGLWidget.vertexAttrib1f(WGLWidget.AttribLocation location, double x) GL function to set the value of an attribute of the current program.voidWServerGLWidget.vertexAttrib1f(WGLWidget.AttribLocation location, double x) voidWGLWidget.vertexAttrib2f(WGLWidget.AttribLocation location, double x, double y) GL function to set the value of an attribute of the current program.voidWServerGLWidget.vertexAttrib2f(WGLWidget.AttribLocation location, double x, double y) voidWGLWidget.vertexAttrib2fv(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.voidWGLWidget.vertexAttrib3f(WGLWidget.AttribLocation location, double x, double y, double z) GL function to set the value of an attribute of the current program.voidWServerGLWidget.vertexAttrib3f(WGLWidget.AttribLocation location, double x, double y, double z) voidWGLWidget.vertexAttrib3fv(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.voidWGLWidget.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.voidWServerGLWidget.vertexAttrib4f(WGLWidget.AttribLocation location, double x, double y, double z, double w) voidWGLWidget.vertexAttrib4fv(WGLWidget.AttribLocation location, float[] values) GL function to set the value of an attribute of the current program.voidWGLWidget.vertexAttribPointer(WGLWidget.AttribLocation location, int size, WGLWidget.GLenum type, boolean normalized, int stride, int offset) GL function to bind a VBO to an attribute.voidWServerGLWidget.vertexAttribPointer(WGLWidget.AttribLocation location, int size, WGLWidget.GLenum type, boolean normalized, int stride, int offset)