Fixed bugs in lazy shader compilation.
This commit is contained in:
@@ -22,7 +22,8 @@ inline constexpr type color = 3;
|
||||
inline constexpr type reflectance = 4;
|
||||
}
|
||||
|
||||
enum class flags : std::uint8_t {
|
||||
enum class flags : std::uint8_t
|
||||
{
|
||||
none = 0,
|
||||
position = 1 << indices::position,
|
||||
normal = 1 << indices::normal,
|
||||
|
||||
Reference in New Issue
Block a user