fragment-shader


Vocabulary
opengl.shaders

Class description
fragment-shader is the predicate class of gl-shader objects that refer to shaders of type GL_FRAGMENT_SHADER. In addition to the gl-shader words, the following fragment shader-specific functions are defined:
<fragment-shader> - Compile GLSL code into a fragment shader object


Definition