- added support code for indexed rendering from Raze.

This commit is contained in:
Christoph Oelckers 2020-09-27 11:53:39 +02:00
commit c65fd80fd2
6 changed files with 39 additions and 12 deletions

View file

@ -58,7 +58,7 @@ public:
void Swap();
bool IsHWGammaActive() const { return HWGammaActive; }
void SetVSync(bool vsync);
void SetVSync(bool vsync) override;
void Draw2D() override;
void PostProcessScene(bool swscene, int fixedcm, float flash, const std::function<void()> &afterBloomDrawEndScene2D) override;