compute-shader - Factor Documentation (original) (raw)

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:

- Compile GLSL code into a compute shader object

Definition

IN: opengl.shaders

PREDICATE: compute-shader < gl-shader (compute-shader?) ;