mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 15:47:10 +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
|
@ -15,6 +15,8 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
|
||||
public static void Suld(EmitterContext context)
|
||||
{
|
||||
context.Config.SetUsedFeature(FeatureFlags.IntegerSampling);
|
||||
|
||||
OpCodeImage op = (OpCodeImage)context.CurrOp;
|
||||
|
||||
SamplerType type = ConvertSamplerType(op.Dimensions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue