Skip to content

Commit

Permalink
Enable VkPhysicalDeviceFeatures::shaderImageGatherExtended by defau…
Browse files Browse the repository at this point in the history
…lt since MoltenVK supports it
  • Loading branch information
corporateshark committed Jul 18, 2024
1 parent d6e10f4 commit 36597fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lvk/vulkan/VulkanClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4809,6 +4809,7 @@ lvk::Result lvk::VulkanContext::initContext(const HWDeviceDesc& desc) {
.textureCompressionBC = VK_TRUE,
#endif
.fragmentStoresAndAtomics = VK_TRUE,
.shaderImageGatherExtended = VK_TRUE,
};
VkPhysicalDeviceVulkan11Features deviceFeatures11 = {
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES,
Expand Down

0 comments on commit 36597fa

Please sign in to comment.