mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: We're doing dual src blending wrong (GLSL part, not sure how to do it right) so disable it.
This commit is contained in:
parent
8950509bc5
commit
432fbe30d1
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ VkResult VulkanContext::CreateDevice(int physical_device) {
|
|||
|
||||
// Enable a few safe ones if they are available.
|
||||
if (featuresAvailable_.dualSrcBlend) {
|
||||
featuresEnabled_.dualSrcBlend = true;
|
||||
// featuresEnabled_.dualSrcBlend = true;
|
||||
}
|
||||
if (featuresAvailable_.largePoints) {
|
||||
featuresEnabled_.largePoints = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue