Vulkan: implement Logical Operations.
This commit is contained in:
parent
6430fc29a9
commit
14d2c77f91
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