Gawain: small note for future Vulkan work

This commit is contained in:
Mike Erwin 2016-11-16 18:25:11 -05:00
parent b757e8298a
commit 86f435d6c8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define TRACK_INDEX_RANGE 1
typedef enum {
INDEX_U8 = GL_UNSIGNED_BYTE,
INDEX_U8 = GL_UNSIGNED_BYTE, // GL has this, Vulkan does not
INDEX_U16 = GL_UNSIGNED_SHORT,
INDEX_U32 = GL_UNSIGNED_INT
} IndexType;