Query: glcompileshader
OS: osx
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLCOMPILESHADER(3G) OpenGL 3.3 GLCOMPILESHADER(3G)NAMEglCompileShader - Compiles a shader objectC SPECIFICATIONvoid glCompileShader(GLuint shader);PARAMETERSshader Specifies the shader object to be compiled.DESCRIPTIONglCompileShader compiles the source code strings that have been stored in the shader object specified by shader. The compilation status will be stored as part of the shader object's state. This value will be set to GL_TRUE if the shader was compiled without errors and is ready for use, and GL_FALSE otherwise. It can be queried by calling glGetShader() with arguments shader and GL_COMPILE_STATUS. Compilation of a shader can fail for a number of reasons as specified by the OpenGL Shading Language Specification. Whether or not the compilation was successful, information about the compilation can be obtained from the shader object's information log by calling glGetShaderInfoLog().ERRORSGL_INVALID_VALUE is generated if shader is not a value generated by OpenGL. GL_INVALID_OPERATION is generated if shader is not a shader object.ASSOCIATED GETSglGetShaderInfoLog() with argument shader glGetShader() with arguments shader and GL_COMPILE_STATUS glIsShader()SEE ALSOglCreateShader(), glLinkProgram(), glShaderSource()COPYRIGHTCopyright (C) 2003-2005 3Dlabs Inc. Ltd. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLCOMPILESHADER(3G)
Related Man Pages |
---|
glisshader(3g) - centos |
gldetachshader(3g) - mojave |
glisshader(3g) - mojave |
glisshader(3g) - debian |
glisshader(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
how to capture compilation errors with Makfile |
Need help in resolving Compilation error |
Pro C Compilation problem |
Compilation |
Compilation Error--Undeclared Identifier |