mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 16:37:11 +02:00
Support res scale on images, correctly blacklist for SUST, move logic out of backend. (#1657)
* Support res scale on images, correctly blacklist for SUST, move logic out of backend. * Fix Typo
This commit is contained in:
parent
24c81afcfe
commit
0048584c5e
10 changed files with 199 additions and 78 deletions
|
@ -92,6 +92,6 @@ namespace Ryujinx.Graphics.GAL
|
|||
bool TryHostConditionalRendering(ICounterEvent value, ICounterEvent compare, bool isEqual);
|
||||
void EndHostConditionalRendering();
|
||||
|
||||
void UpdateRenderScale(ShaderStage stage, int textureCount);
|
||||
void UpdateRenderScale(ShaderStage stage, float[] scales, int textureCount, int imageCount);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue