Fixed ATM acne after changing the MSAA patterns.

This commit is contained in:
Jonathas Costa
2017-11-02 15:05:32 -04:00
parent 2e1f8e12c4
commit 45df1d498a
7 changed files with 61 additions and 60 deletions

View File

@@ -74,7 +74,7 @@ public:
float hdrBackground() const override;
const int nAaSamples() const override;
const float * mSSAPattern() const override;
const double * mSSAPattern() const override;
void update() override;
void render(float blackoutFactor, bool doPerformanceMeasurements) override;
@@ -126,7 +126,7 @@ private:
float _hdrBackground;
float _gamma;
float * _mSAAPattern;
double * _mSAAPattern;
ghoul::Dictionary _rendererData;
};