Rename MAX_VERTS_PER_DRAW to MAX_VERTS

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent 7d6be1eb14
commit 66e9dcbf8e
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;