glew/generated/lib_glad/lib_glad_sgis_texture4d library

Functions

glTexImage4Dsgis(int target, int level, int internalformat, int width, int height, int depth, int extent, int border, int format, int type, Pointer<Void> pixels) → void
define glTexImage4DSGIS GLEW_GET_FUN(__glewTexImage4DSGIS) GLEW_FUN_EXPORT PFNGLTEXIMAGE4DSGISPROC __glewTexImage4DSGIS typedef void (GLAPIENTRY * PFNGLTEXIMAGE4DSGISPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei extent, GLint border, GLenum format, GLenum type, const void *pixels)
glTexSubImage4Dsgis(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int extent, int format, int type, Pointer<Void> pixels) → void
define glTexSubImage4DSGIS GLEW_GET_FUN(__glewTexSubImage4DSGIS) GLEW_FUN_EXPORT PFNGLTEXSUBIMAGE4DSGISPROC __glewTexSubImage4DSGIS typedef void (GLAPIENTRY * PFNGLTEXSUBIMAGE4DSGISPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei extent, GLenum format, GLenum type, const void *pixels)