|
|
|
@ -30,7 +30,7 @@ |
|
|
|
namespace Magnum { namespace Implementation { |
|
|
|
namespace Magnum { namespace Implementation { |
|
|
|
|
|
|
|
|
|
|
|
struct FramebufferState { |
|
|
|
struct FramebufferState { |
|
|
|
inline FramebufferState(): readBinding(0), drawBinding(0), renderbufferBinding(0) {} |
|
|
|
inline constexpr FramebufferState(): readBinding(0), drawBinding(0), renderbufferBinding(0) {} |
|
|
|
|
|
|
|
|
|
|
|
GLuint readBinding, drawBinding, renderbufferBinding; |
|
|
|
GLuint readBinding, drawBinding, renderbufferBinding; |
|
|
|
Rectanglei viewport; |
|
|
|
Rectanglei viewport; |
|
|
|
|