language feature: Extension Members: Graphics related, enums

This commit is contained in:
GreemDev
2025-07-02 02:04:47 -05:00
parent e23213d290
commit ac98ade572
24 changed files with 250 additions and 248 deletions

View File

@@ -147,7 +147,7 @@ namespace Ryujinx.Graphics.Gpu.Image
_allOffsets = size.AllOffsets;
_sliceSizes = size.SliceSizes;
if (Storage.Target.HasDepthOrLayers() && Storage.Info.GetSlices() > GranularLayerThreshold)
if (Storage.Target.HasDepthOrLayers && Storage.Info.GetSlices() > GranularLayerThreshold)
{
_hasLayerViews = true;
_hasMipViews = true;