mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21:18 +12:00
Latte: Clean up OpenGL relics in shared render code
This commit is contained in:
parent
646835346c
commit
df282ab230
22 changed files with 267 additions and 216 deletions
|
@ -115,7 +115,7 @@ void LatteTC_RegisterTexture(LatteTexture* tex);
|
|||
void LatteTC_UnregisterTexture(LatteTexture* tex);
|
||||
|
||||
uint32 LatteTexture_CalculateTextureDataHash(LatteTexture* hostTexture);
|
||||
void LatteTexture_ReloadData(LatteTexture* hostTexture, uint32 textureUnit);
|
||||
void LatteTexture_ReloadData(LatteTexture* hostTexture);
|
||||
|
||||
bool LatteTC_HasTextureChanged(LatteTexture* hostTexture, bool force = false);
|
||||
void LatteTC_ResetTextureChangeTracker(LatteTexture* hostTexture, bool force = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue