mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 02:47:49 +00:00
Vulkan: implement Logical Operations.
This commit is contained in:
parent
790bbcb016
commit
ce7c3bdf0c
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue