mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +09:00
[Fix]: compilation on Windows
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user