CF_Shader¶
Category: graphics
GitHub: cute_graphics.h
An opaque handle representing a shader.
Remarks¶
A shader is a small program that runs on the GPU. They come in the form of vertex and fragment shaders.
Related Pages¶
CF_Texture
CF_Canvas
CF_Material
cf_apply_shader
cf_make_shader
cf_destroy_shader