compute-shader


Vocabulary
opengl.shaders

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


Definition