Merge branch 'hw_postprocess' of https://github.com/coelckers/gzdoom into hw_postprocess

This commit is contained in:
Magnus Norddahl 2018-06-30 15:24:25 +02:00
commit 723b18f2cd
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public:
}
}
void *Data = nullptr;
uint8_t *Data = nullptr;
int Size = 0;
};
@ -241,6 +241,7 @@ public:
class PPEffectManager
{
public:
virtual ~PPEffectManager() { }
virtual void DeclareShaders() { }
virtual void UpdateTextures() { }
virtual void UpdateSteps() { }