debian man page for shaders

Query: shaders

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Shader Classes(3)						       Coin							 Shader Classes(3)

NAME
Shader Classes - Classes class SoVertexAttribute A generic node for providing GL vertex attributes of various types. class SoVertexAttributeBinding The SoVertexAttributeBinding class is a node for setting up how vertex attributes are mapped to shapes. class SoShaderObject class SoShaderProgram The SoShaderProgram class is used to specify a set of vertex/geometry/fragment objects. Detailed Description Coin-2.5 added support for Shaders. Shaders replace the fixed function vertex and fragment processing in OpenGL by letting the user define the processing that takes place at key points in the OpenGL pipeline. Vertex shaders handle the operations that occur on each vertex, while fragment shaders handle the operations that occur on each pixel. The SoShaderProgram node in Coin provides a convenient way of specifying the code for vertex and fragment shaders. Coin-3.0 expanded upon the shader support by adding support for OpenGL Vertex Attributes. When using shaders, programmers are no longer limited to the set of attributes that OpenGL defines (glColor, glNormal, glTexCoord etc.) You can now define your own per-vertex data and pass them to the shaders using the SoVertexAttribute node. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 Shader Classes(3)
Related Man Pages
sofragmentshader(3) - debian
soshaderprogram(3) - debian
sovertexattributebinding(3) - debian
glshaderbinary(3g) - centos
errors(3) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com