Added translations.

This commit is contained in:
2025-11-26 11:32:12 +01:00
parent d987f31769
commit bd62b8a528
3 changed files with 29 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ Pass :: struct {
Draw_Command :: struct {
mesh: Mesh,
material: Material,
position: [3]f32,
scale: [3]f32,
// TODO: SS - Add rotation.
}
add_command_to_pass :: proc(pass: ^Pass, command: Draw_Command) -> bool {