Shader


Vocabulary
raylib

Class description
Represents a graphics shader in Raylib. The size of locs depends on MAX_SHADER_LOCATIONS.

Warning
MAX_SHADER_LOCATIONS is set when raylib is compiled to a shared library. This cannot be changed from Factor.


Fields
iduintShader program id
locsint*Shader locations array


Definition


Methods