mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
language feature: Extension Members: Graphics related, enums
This commit is contained in:
parent
e23213d290
commit
ac98ade572
24 changed files with 250 additions and 248 deletions
|
|
@ -1251,7 +1251,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
{
|
||||
result = TextureCompatibility.PropagateViewCompatibility(result, TextureCompatibility.ViewTargetCompatible(Info, info, ref caps));
|
||||
|
||||
bool bothMs = Info.Target.IsMultisample() && info.Target.IsMultisample();
|
||||
bool bothMs = Info.Target.IsMultisample && info.Target.IsMultisample;
|
||||
if (bothMs && (Info.SamplesInX != info.SamplesInX || Info.SamplesInY != info.SamplesInY))
|
||||
{
|
||||
result = TextureViewCompatibility.Incompatible;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue