Update shaders to use interface blocks

This commit is contained in:
2024-12-28 20:00:05 +00:00
parent 21b8cc56f3
commit 3aed2a9614
6 changed files with 50 additions and 39 deletions

View File

@@ -9,7 +9,6 @@ struct Material {
in vec2 uv_coords;
uniform Material material;
// uniform sampler2D image_texture;
out vec4 color;