BUFFER_UNSIGNED_LONG and BUFFER_LONG.

This commit is contained in:
jussi
2025-01-16 19:58:28 +02:00
parent 5d70906aaf
commit 6ddaea56a5
7 changed files with 93 additions and 16 deletions

View File

@@ -26,9 +26,11 @@ enum BufferType {
BUFFER_UNSIGNED_CHAR,
BUFFER_UNSIGNED_SHORT,
BUFFER_UNSIGNED_INT,
BUFFER_UNSIGNED_LONG,
BUFFER_CHAR,
BUFFER_SHORT,
BUFFER_INT,
BUFFER_LONG,
BUFFER_FLOAT,
BUFFER_DOUBLE
};