Added camera, use MVP.

This commit is contained in:
2025-11-29 20:35:11 +01:00
parent bd62b8a528
commit 4cc0c8c73e
4 changed files with 135 additions and 22 deletions

View File

@@ -8,6 +8,9 @@ Pass :: struct {
name: string,
clear_color: RGB_Color,
should_test_depth: bool,
should_clear_depth: bool,
draw_commands: [MAX_DRAW_COMMANDS_PER_PASS]Draw_Command,
draw_command_count: u32,
}