mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Merge branch 'hw_postprocess' of https://github.com/coelckers/gzdoom into hw_postprocess
This commit is contained in:
commit
723b18f2cd
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void *Data = nullptr;
|
uint8_t *Data = nullptr;
|
||||||
int Size = 0;
|
int Size = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -241,6 +241,7 @@ public:
|
||||||
class PPEffectManager
|
class PPEffectManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~PPEffectManager() { }
|
||||||
virtual void DeclareShaders() { }
|
virtual void DeclareShaders() { }
|
||||||
virtual void UpdateTextures() { }
|
virtual void UpdateTextures() { }
|
||||||
virtual void UpdateSteps() { }
|
virtual void UpdateSteps() { }
|
||||||
|
|
Loading…
Reference in a new issue