glew/generated/lib_glad/lib_glad_ext_geometry_shader4
library
Functions
-
glFramebufferTextureExt(int target, int attachment, int texture, int level)
→ void
-
define glFramebufferTextureEXT GLEW_GET_FUN(__glewFramebufferTextureEXT)
GLEW_FUN_EXPORT PFNGLFRAMEBUFFERTEXTUREEXTPROC __glewFramebufferTextureEXT
typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTUREEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level)
-
glFramebufferTextureFaceExt(int target, int attachment, int texture, int level, int face)
→ void
-
define glFramebufferTextureFaceEXT GLEW_GET_FUN(__glewFramebufferTextureFaceEXT)
GLEW_FUN_EXPORT PFNGLFRAMEBUFFERTEXTUREFACEEXTPROC __glewFramebufferTextureFaceEXT
typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTUREFACEEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
-
glProgramParameteriExt(int program, int pname, int value)
→ void
-
define glProgramParameteriEXT GLEW_GET_FUN(__glewProgramParameteriEXT)
GLEW_FUN_EXPORT PFNGLPROGRAMPARAMETERIEXTPROC __glewProgramParameteriEXT
typedef void (GLAPIENTRY * PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value)