ShaderType
EditThe two types of shaders that can be created.
Value | Description |
graphics | A graphics shader with a vertex and pixel stage. |
compute | A compute shader with a single compute stage. |
See also
lovr.graphics.newShader
Shader:getType
ShaderStage
lovr.graphics