[Fix]: compilation on Windows

This commit is contained in:
2025-11-18 21:17:44 +08:00
parent 8d3dd14498
commit 0c31de3afc
@@ -90,7 +90,7 @@ namespace MobileGL {
class FramebufferObject {
public:
using TargetEnum = FramebufferTarget;
static constexpr uint MAX_DRAW_BUFFERS = 8;
static constexpr Uint MAX_DRAW_BUFFERS = 8;
FramebufferObject(Uint externalIndex);