Vulkan: implement Logical Operations.

This commit is contained in:
Fernando Sahmkow 2021-12-18 06:52:28 +01:00
parent 6430fc29a9
commit 14d2c77f91
2 changed files with 3 additions and 3 deletions

View file

@ -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,