glew/generated/lib_glad/lib_glad_ext_paletted_texture
library
Functions
-
glColorTableExt(int target, int internalFormat, int width, int format, int type, Pointer<Void> data)
→ void
-
define glColorTableEXT GLEW_GET_FUN(__glewColorTableEXT)
GLEW_FUN_EXPORT PFNGLCOLORTABLEEXTPROC __glewColorTableEXT
typedef void (GLAPIENTRY * PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void *data)
-
glGetColorTableExt(int target, int format, int type, Pointer<Void> data)
→ void
-
define glGetColorTableEXT GLEW_GET_FUN(__glewGetColorTableEXT)
GLEW_FUN_EXPORT PFNGLGETCOLORTABLEEXTPROC __glewGetColorTableEXT
typedef void (GLAPIENTRY * PFNGLGETCOLORTABLEEXTPROC) (GLenum target, GLenum format, GLenum type, void *data)
-
glGetColorTableParameterfvExt(int target, int pname, Pointer<Float> params)
→ void
-
define glGetColorTableParameterfvEXT GLEW_GET_FUN(__glewGetColorTableParameterfvEXT)
GLEW_FUN_EXPORT PFNGLGETCOLORTABLEPARAMETERFVEXTPROC __glewGetColorTableParameterfvEXT
typedef void (GLAPIENTRY * PFNGLGETCOLORTABLEPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat* params)
-
glGetColorTableParameterivExt(int target, int pname, Pointer<Int32> params)
→ void
-
define glGetColorTableParameterivEXT GLEW_GET_FUN(__glewGetColorTableParameterivEXT)
GLEW_FUN_EXPORT PFNGLGETCOLORTABLEPARAMETERIVEXTPROC __glewGetColorTableParameterivEXT
typedef void (GLAPIENTRY * PFNGLGETCOLORTABLEPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint* params)