mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Lower mem usage and other changes
This commit is contained in:
parent
11ec203e9f
commit
31b10799a3
9 changed files with 62 additions and 82 deletions
|
@ -103,11 +103,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
SupportsShaderStencilExport = supportsShaderStencilExport;
|
||||
SupportsShaderStorageImageMultisample = supportsShaderStorageImageMultisample;
|
||||
SupportsConditionalRendering = supportsConditionalRendering;
|
||||
if (OperatingSystem.IsIOS()) {
|
||||
SupportsExtendedDynamicState = (OperatingSystem.IsOSPlatformVersionAtLeast("iOS", 17) ? supportsExtendedDynamicState : false);
|
||||
} else {
|
||||
SupportsExtendedDynamicState = supportsExtendedDynamicState;
|
||||
}
|
||||
SupportsExtendedDynamicState = supportsExtendedDynamicState;
|
||||
SupportsMultiView = supportsMultiView;
|
||||
SupportsNullDescriptors = (OperatingSystem.IsIOS() ? false : supportsNullDescriptors);
|
||||
SupportsPushDescriptors = supportsPushDescriptors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue