Bring back changes for transparency and added new error protection for big components.

This commit is contained in:
Jonathas Costa
2019-07-15 10:31:08 -04:00
parent cb36a25d5a
commit 0f09c36aa2
11 changed files with 66 additions and 20 deletions
@@ -73,6 +73,11 @@ private:
GL_COLOR_ATTACHMENT1
};
inline static const GLenum ColorAttachment03Array[2] = {
GL_COLOR_ATTACHMENT0,
GL_COLOR_ATTACHMENT3
};
inline static const GLenum ColorAttachment012Array[3] = {
GL_COLOR_ATTACHMENT0,
GL_COLOR_ATTACHMENT1,
+1
View File
@@ -96,6 +96,7 @@ protected:
properties::FloatProperty _opacity;
properties::StringProperty _renderableType;
void setRenderBinFromOpacity();
void registerUpdateRenderBinFromOpacity();
private: