Fixed an issue when clearing the render-passes.

This commit is contained in:
2025-11-21 03:38:53 +01:00
parent c7de871865
commit 3c3df9796a
3 changed files with 5 additions and 19 deletions

View File

@@ -1,8 +1,5 @@
package renderer
RGB_Color :: [3]u8
RGBA_Color :: [4]u8
Pass :: struct {
name: string,
clear_color: RGB_Color,