Fixed bugs in lazy shader compilation.

This commit is contained in:
zy4n
2025-03-03 20:45:30 +01:00
parent 925125e99b
commit fde6a2fd7b
26 changed files with 234 additions and 321 deletions

View File

@@ -8,7 +8,8 @@
namespace shader_program::attributes::point_cloud
{
enum class flags : unsigned {
enum class flags : std::uint8_t
{
none = 0,
position = 1 << 0,
normal = 1 << 1,