Vulkan: StorageImageExtendedFormats support

This commit is contained in:
sunshineinabox
2026-02-26 17:39:07 -06:00
committed by KeatonTheBot
parent f764ae2d58
commit caed40d99a
5 changed files with 17 additions and 2 deletions
@@ -418,6 +418,7 @@ namespace Ryujinx.Graphics.Vulkan
VertexPipelineStoresAndAtomics = supportedFeatures.VertexPipelineStoresAndAtomics,
RobustBufferAccess = useRobustBufferAccess,
SampleRateShading = supportedFeatures.SampleRateShading,
ShaderStorageImageExtendedFormats = supportedFeatures.ShaderStorageImageExtendedFormats,
};
void* pExtendedFeatures = null;