Rename MAX_VERTS_PER_DRAW to MAX_VERTS

This commit is contained in:
Camden Dixie O'Brien
2025-10-13 20:14:10 +01:00
parent 6d02f0947d
commit 44d3bbef69
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
#include <stdint.h>
#define MAX_VERTS 8U
typedef struct {
int drm_fd;
float aspect;