diff options
Diffstat (limited to 'src/llr/material_impl.h')
-rw-r--r-- | src/llr/material_impl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/llr/material_impl.h b/src/llr/material_impl.h index f27bf4d..138497f 100644 --- a/src/llr/material_impl.h +++ b/src/llr/material_impl.h | |||
@@ -11,6 +11,5 @@ typedef struct Material { | |||
11 | 11 | ||
12 | /// Activate the material. | 12 | /// Activate the material. |
13 | /// | 13 | /// |
14 | /// This activates the material's shader and configures the shader uniforms that | 14 | /// This configures the shader uniforms that are specific to the material. |
15 | /// are specific to the material. | 15 | void gfx_material_activate(ShaderProgram* shader, const Material* material); |
16 | void material_activate(ShaderProgram* shader, const Material* material); | ||