mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 18:47:53 -05: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