Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_ARB_vertex_attrib_64bit « gl « core « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68117c5e506f75f2378c6c6d291b0e0c3c619646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GL_ARB_vertex_attrib_64bit
http://www.opengl.org/registry/specs/ARB/vertex_attrib_64bit.txt
GL_ARB_vertex_attrib_64bit

	void glGetVertexAttribLdv (GLuint index, GLenum pname, GLdouble* params)
	void glVertexAttribL1d (GLuint index, GLdouble x)
	void glVertexAttribL1dv (GLuint index, const GLdouble* v)
	void glVertexAttribL2d (GLuint index, GLdouble x, GLdouble y)
	void glVertexAttribL2dv (GLuint index, const GLdouble* v)
	void glVertexAttribL3d (GLuint index, GLdouble x, GLdouble y, GLdouble z)
	void glVertexAttribL3dv (GLuint index, const GLdouble* v)
	void glVertexAttribL4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
	void glVertexAttribL4dv (GLuint index, const GLdouble* v)
	void glVertexAttribLPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const void* pointer)