VertexLoader: add new JIT

This commit is contained in:
Tillmann Karras
2015-01-15 01:46:23 +01:00
parent eb13aa43fe
commit e82e9f97f5
9 changed files with 438 additions and 40 deletions

View File

@ -20,10 +20,13 @@ enum
// Vertex components
enum
{
NOT_PRESENT = 0,
DIRECT = 1,
INDEX8 = 2,
INDEX16 = 3,
NOT_PRESENT = 0,
DIRECT = 1,
INDEX8 = 2,
INDEX16 = 3,
MASK_INDEXED = 2,
MASK_ALL = 3,
};
enum