From 1ec46bead3cf87971a2329f9ef4ddde5a0c48325 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 4 Jul 2025 10:27:06 -0700 Subject: Clarify doc --- src/scene/material_impl.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/scene/material_impl.h (limited to 'src/scene/material_impl.h') diff --git a/src/scene/material_impl.h b/src/scene/material_impl.h deleted file mode 100644 index a6aa95b..0000000 --- a/src/scene/material_impl.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include - -typedef struct ShaderProgram ShaderProgram; - -typedef struct Material { - ShaderUniform uniforms[GFX_MAX_UNIFORMS_PER_MATERIAL]; - int num_uniforms; -} Material; - -/// Activate the material. -/// -/// This activates the material's shader and configures the shader uniforms that -/// are specific to the material. -void material_activate(ShaderProgram* shader, const Material* material); -- cgit v1.2.3