Fixed bugs in lazy shader compilation.
This commit is contained in:
@@ -33,7 +33,7 @@ constexpr inline type uniform_color = 5;
|
||||
constexpr inline type rainbow = 6;
|
||||
}
|
||||
|
||||
enum class flags : unsigned
|
||||
enum class flags : std::uint8_t
|
||||
{
|
||||
none = 0,
|
||||
square = 1 << indices::square,
|
||||
|
||||
Reference in New Issue
Block a user