Textured quad.

This commit is contained in:
2025-11-25 19:15:18 +01:00
parent 28ca7625b8
commit d987f31769
6 changed files with 149 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ package renderer
import "core:fmt"
MAX_DRAW_COMMANDS_PER_PASS :: 4096
MAX_DRAW_COMMANDS_PER_PASS :: 1024
Pass :: struct {
name: string,