diff options
| author | 2021-12-18 06:52:28 +0100 | |
|---|---|---|
| committer | 2021-12-18 06:52:28 +0100 | |
| commit | 14d2c77f910aad77b408eef130d8212430e7202a (patch) | |
| tree | c663da2806881fa5fc6e5adc0c2fd5f4c9a93448 /src/video_core/vulkan_common | |
| parent | Vulkan: Implement VK_EXT_primitive_topology_list_restart (diff) | |
| download | yuzu-14d2c77f910aad77b408eef130d8212430e7202a.tar.gz yuzu-14d2c77f910aad77b408eef130d8212430e7202a.tar.xz yuzu-14d2c77f910aad77b408eef130d8212430e7202a.zip | |
Vulkan: implement Logical Operations.
Diffstat (limited to 'src/video_core/vulkan_common')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 38410eee4..2413e72ba 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp | |||
| @@ -271,7 +271,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR | |||
| 271 | .tessellationShader = true, | 271 | .tessellationShader = true, |
| 272 | .sampleRateShading = true, | 272 | .sampleRateShading = true, |
| 273 | .dualSrcBlend = true, | 273 | .dualSrcBlend = true, |
| 274 | .logicOp = false, | 274 | .logicOp = true, |
| 275 | .multiDrawIndirect = false, | 275 | .multiDrawIndirect = false, |
| 276 | .drawIndirectFirstInstance = false, | 276 | .drawIndirectFirstInstance = false, |
| 277 | .depthClamp = true, | 277 | .depthClamp = true, |