mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 17:49:57 -06:00
Fixup HasColor for depth/stencil values (#379)
This commit is contained in:
@ -237,7 +237,7 @@ namespace Ryujinx.Graphics.Gal
|
|||||||
case GalImageFormat.D24_UNORM_S8_UINT:
|
case GalImageFormat.D24_UNORM_S8_UINT:
|
||||||
case GalImageFormat.D32_SFLOAT:
|
case GalImageFormat.D32_SFLOAT:
|
||||||
case GalImageFormat.D16_UNORM:
|
case GalImageFormat.D16_UNORM:
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new NotImplementedException(Format.ToString());
|
throw new NotImplementedException(Format.ToString());
|
||||||
|
Reference in New Issue
Block a user