aboutsummaryrefslogtreecommitdiff
path: root/src/llr/material_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llr/material_impl.h')
-rw-r--r--src/llr/material_impl.h5
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. 15void gfx_material_activate(ShaderProgram* shader, const Material* material);
16void material_activate(ShaderProgram* shader, const Material* material);