mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
More fixes.
--HG-- branch : dev
This commit is contained in:
@@ -99,6 +99,7 @@ class EE_API FrameBuffer {
|
||||
View mView;
|
||||
View mPrevView;
|
||||
float mProjMat[16];
|
||||
float mModelViewMat[16];
|
||||
|
||||
FrameBuffer( EE::Window::Window * window );
|
||||
|
||||
|
||||
@@ -46,6 +46,15 @@ class EE_API ClippingMask {
|
||||
void stencilMaskEnable();
|
||||
|
||||
void stencilMaskDisable( bool clearMasks = false );
|
||||
|
||||
std::list<Rectf> getScissorsClipped() const;
|
||||
|
||||
void setScissorsClipped(const std::list<Rectf> & scissorsClipped);
|
||||
|
||||
std::list<Rectf> getPlanesClipped() const;
|
||||
|
||||
void setPlanesClipped(const std::list<Rectf> & planesClipped);
|
||||
|
||||
protected:
|
||||
std::list<Rectf> mScissorsClipped;
|
||||
std::list<Rectf> mPlanesClipped;
|
||||
|
||||
Reference in New Issue
Block a user