mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
reimplement postprocessing and fix one shader as example
This commit is contained in:
parent
5dd502df3b
commit
800a58f01c
5 changed files with 140 additions and 60 deletions
|
@ -30,9 +30,13 @@ namespace PostProcessing
|
|||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
void BindTargetFramebuffer();
|
||||
void BlitToScreen();
|
||||
void Update(u32 width, u32 height);
|
||||
|
||||
void ReloadShader();
|
||||
// Returns false if no shader was applied.
|
||||
bool ApplyShader();
|
||||
|
||||
void ApplyShader();
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue