diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_ARB_shading_language_include')
-rw-r--r-- | glew/auto/extensions/gl/GL_ARB_shading_language_include | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_ARB_shading_language_include b/glew/auto/extensions/gl/GL_ARB_shading_language_include new file mode 100644 index 0000000..29576ca --- /dev/null +++ b/glew/auto/extensions/gl/GL_ARB_shading_language_include @@ -0,0 +1,13 @@ +GL_ARB_shading_language_include +https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_shading_language_include.txt +GL_ARB_shading_language_include + + GL_SHADER_INCLUDE_ARB 0x8DAE + GL_NAMED_STRING_LENGTH_ARB 0x8DE9 + GL_NAMED_STRING_TYPE_ARB 0x8DEA + void glCompileShaderIncludeARB (GLuint shader, GLsizei count, const GLchar* const *path, const GLint *length) + void glDeleteNamedStringARB (GLint namelen, const GLchar* name) + void glGetNamedStringARB (GLint namelen, const GLchar* name, GLsizei bufSize, GLint *stringlen, GLchar *string) + void glGetNamedStringivARB (GLint namelen, const GLchar* name, GLenum pname, GLint *params) + GLboolean glIsNamedStringARB (GLint namelen, const GLchar* name) + void glNamedStringARB (GLenum type, GLint namelen, const GLchar* name, GLint stringlen, const GLchar *string) |