VulkanConfiguration.cs
1 namespace Ryujinx.Graphics.Vulkan 2 { 3 static class VulkanConfiguration 4 { 5 public const bool UseFastBufferUpdates = true; 6 public const bool UseUnsafeBlit = true; 7 public const bool UsePushDescriptors = true; 8 9 public const bool ForceD24S8Unsupported = false; 10 public const bool ForceRGB16IntFloatUnsupported = false; 11 } 12 }