mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 18:03:27 +02:00
Vulkan: StorageImageExtendedFormats support
This commit is contained in:
committed by
KeatonTheBot
parent
f764ae2d58
commit
caed40d99a
@@ -418,6 +418,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
VertexPipelineStoresAndAtomics = supportedFeatures.VertexPipelineStoresAndAtomics,
|
||||
RobustBufferAccess = useRobustBufferAccess,
|
||||
SampleRateShading = supportedFeatures.SampleRateShading,
|
||||
ShaderStorageImageExtendedFormats = supportedFeatures.ShaderStorageImageExtendedFormats,
|
||||
};
|
||||
|
||||
void* pExtendedFeatures = null;
|
||||
|
||||
Reference in New Issue
Block a user