Module macroquad::material[][src]

Expand description

Custom materials - shaders, uniforms.

Structs

Material instance loaded on GPU.

Params used for material loading. It is not possible to change material params at runtime, so this struct is used only once - at “load_material”.

Functions

Use default macroquad material.

All following macroquad rendering calls will use the given material.