@@ -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 {
The note is not visible to the blocked user.