vertex-shader


Vocabulary
opengl.shaders

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


Definition