mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 17:30:46 -07:00
Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)
* Use RGBA16 vertex format if RGB16 is not supported on Vulkan * Catch all shader compilation exceptions
This commit is contained in:
@ -7,5 +7,6 @@
|
||||
public const bool UsePushDescriptors = false;
|
||||
|
||||
public const bool ForceD24S8Unsupported = false;
|
||||
public const bool ForceRGB16IntFloatUnsupported = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user