Successfully rendered a quad!
This commit is contained in:
6
material.odin
Normal file
6
material.odin
Normal file
@@ -0,0 +1,6 @@
|
||||
package renderer
|
||||
|
||||
Material :: struct {
|
||||
shader_program: Shader_Program,
|
||||
// uniforms, textures, etc.
|
||||
}
|
||||
Reference in New Issue
Block a user