Invert GMLscripts.com

Graphics :: Shaders

Here can be found scripts for working with shaders.

shader_set_uniform_color(uniform,color,alpha)
Sets a vec4 shader uniform with a color and alpha value.
shader_set_uniform_rgba(uniform,r,g,b,a)
Sets a vec4 shader uniform with red, green, blue, and alpha values.