Blur behind buttons/sprites should now be working as intended.
This commit is contained in:
@@ -48,6 +48,7 @@ private:
|
||||
//const LightCullingPass* m_LightCullingPass
|
||||
int m_Iterations = 3;
|
||||
int m_Quality = 0;
|
||||
float m_BlurQuality = 2.f;
|
||||
|
||||
GLuint m_GaussianTexture_horiz = 0;
|
||||
GLuint m_GaussianTexture_vert = 0;
|
||||
|
||||
@@ -33,6 +33,7 @@ struct RenderScene
|
||||
|
||||
Rectangle Viewport;
|
||||
bool ClearDepth = false;
|
||||
bool ShouldBlur = false;
|
||||
glm::vec4 AmbientColor;
|
||||
|
||||
void Clear()
|
||||
|
||||
@@ -57,8 +57,6 @@ private:
|
||||
Texture* m_ErrorTexture;
|
||||
Texture* m_WhiteTexture;
|
||||
|
||||
GLuint m_CombinedTexture;
|
||||
|
||||
Model* m_ScreenQuad;
|
||||
Model* m_UnitQuad;
|
||||
Model* m_UnitSphere;
|
||||
|
||||
Reference in New Issue
Block a user