Textured quad.

This commit is contained in:
2025-11-25 19:15:18 +01:00
parent 28ca7625b8
commit d987f31769
6 changed files with 149 additions and 12 deletions

View File

@@ -2,5 +2,6 @@ package renderer
Material :: struct {
shader_program: Shader_Program,
texture: Texture, // Diffuse, normal etc later.
// uniforms, textures, etc.
}