mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
11 lines
312 B
C#
11 lines
312 B
C#
namespace Ryujinx.Graphics.Vulkan
|
|
{
|
|
static class VulkanConfiguration
|
|
{
|
|
public const bool UseDynamicState = true;
|
|
|
|
public const bool UseFastBufferUpdates = true;
|
|
public const bool UseGranularBufferTracking = false;
|
|
public const bool UseSlowSafeBlitOnAmd = true;
|
|
}
|
|
}
|