Successfully rendered a quad!

This commit is contained in:
2025-11-25 04:14:07 +01:00
parent 3c3df9796a
commit 28ca7625b8
6 changed files with 334 additions and 9 deletions

6
material.odin Normal file
View File

@@ -0,0 +1,6 @@
package renderer
Material :: struct {
shader_program: Shader_Program,
// uniforms, textures, etc.
}