Module macroquad::material

source ·
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