Only flush commands when creating sync on Intel/AMD (windows) (#2165)
This commit is contained in:
parent
98ed81e4cd
commit
0d27802902
2 changed files with 22 additions and 16 deletions
|
@ -34,6 +34,7 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
public static bool SupportsViewportSwizzle => _supportsViewportSwizzle.Value;
|
||||
public static bool SupportsSeamlessCubemapPerTexture => _supportsSeamlessCubemapPerTexture.Value;
|
||||
public static bool SupportsNonConstantTextureOffset => _gpuVendor.Value == GpuVendor.Nvidia;
|
||||
public static bool RequiresSyncFlush => _gpuVendor.Value == GpuVendor.Amd || _gpuVendor.Value == GpuVendor.Intel;
|
||||
|
||||
public static int MaximumComputeSharedMemorySize => _maximumComputeSharedMemorySize.Value;
|
||||
public static int StorageBufferOffsetAlignment => _storageBufferOffsetAlignment.Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue