glew/generated/lib_glad/lib_glad_ext_texture3d
library
Functions
-
glTexImage3Dext(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Pointer<Void> pixels)
→ void
-
define glTexImage3DEXT GLEW_GET_FUN(__glewTexImage3DEXT)
GLEW_FUN_EXPORT PFNGLTEXIMAGE3DEXTPROC __glewTexImage3DEXT
typedef void (GLAPIENTRY * PFNGLTEXIMAGE3DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels)