In the middle of multithreading parsers.
This commit is contained in:
@@ -21,16 +21,18 @@ struct type
|
||||
|
||||
namespace indices
|
||||
{
|
||||
using type = ztu::u8;
|
||||
constexpr inline type face = 0;
|
||||
constexpr inline type line = 1;
|
||||
constexpr inline type point = 2;
|
||||
constexpr inline type luminance = 3;
|
||||
constexpr inline type color = 4;
|
||||
constexpr inline type alpha = 5;
|
||||
constexpr inline type lighting = 6;
|
||||
constexpr inline type texture = 7;
|
||||
constexpr inline type uniform_color = 8;
|
||||
enum : z3d::size
|
||||
{
|
||||
face,
|
||||
line,
|
||||
point,
|
||||
luminance,
|
||||
color,
|
||||
alpha,
|
||||
lighting,
|
||||
texture,
|
||||
uniform_color
|
||||
};
|
||||
}
|
||||
|
||||
enum class flags : std::uint16_t
|
||||
|
||||
Reference in New Issue
Block a user