mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 22:02:32 -07:00
Vulkan: implement Logical Operations.
This commit is contained in:
@@ -271,7 +271,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
||||
.tessellationShader = true,
|
||||
.sampleRateShading = true,
|
||||
.dualSrcBlend = true,
|
||||
.logicOp = false,
|
||||
.logicOp = true,
|
||||
.multiDrawIndirect = false,
|
||||
.drawIndirectFirstInstance = false,
|
||||
.depthClamp = true,
|
||||
|
Reference in New Issue
Block a user