Fixed bugs in lazy shader compilation.
This commit is contained in:
@@ -20,7 +20,8 @@ inline constexpr type color = 2;
|
||||
inline constexpr type reflectance = 3;
|
||||
} // namespace indices
|
||||
|
||||
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