Thread names.

This commit is contained in:
Ben Vanik
2015-01-03 03:42:27 -08:00
parent 3e61cc95cd
commit 76c41edfd6
3 changed files with 6 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ enum class PrimitiveType : uint32_t {
kRectangleList = 0x08,
kLineLoop = 0x0C,
kQuadList = 0x0D,
kQuadStrip = 0x0E,
};
enum class Dimension : uint32_t {