Skip to content

Commit

Permalink
Enable VkPhysicalDeviceFeatures::shaderInt64
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Oct 27, 2024
1 parent d591b16 commit 3201a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lvk/vulkan/VulkanClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5948,6 +5948,9 @@ lvk::Result lvk::VulkanContext::initContext(const HWDeviceDesc& desc) {
#endif // !defined(ANDROID)
.fragmentStoresAndAtomics = VK_TRUE,
.shaderImageGatherExtended = VK_TRUE,
#if !defined(ANDROID) && !defined(__APPLE__)
.shaderInt64 = VK_TRUE,
#endif // !defined(ANDROID)
};
VkPhysicalDeviceVulkan11Features deviceFeatures11 = {
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES,
Expand Down

0 comments on commit 3201a98

Please sign in to comment.