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

@@ -6,7 +6,7 @@
namespace shader_program::uniforms::point_cloud
{
enum class flags : unsigned
enum class flags : std::uint8_t
{
none = 0,
mvp_matrix = 1 << 0,