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