Skip to content

Commit f656c4f

Browse files
Enable VkPhysicalDeviceVulkan12Features::scalarBlockLayout
1 parent 265ed4d commit f656c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lvk/vulkan/VulkanClasses.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,6 +5794,7 @@ lvk::Result lvk::VulkanContext::initContext(const HWDeviceDesc& desc) {
57945794
.descriptorBindingPartiallyBound = VK_TRUE,
57955795
.descriptorBindingVariableDescriptorCount = VK_TRUE,
57965796
.runtimeDescriptorArray = VK_TRUE,
5797+
.scalarBlockLayout = VK_TRUE,
57975798
.uniformBufferStandardLayout = VK_TRUE,
57985799
.timelineSemaphore = VK_TRUE,
57995800
.bufferDeviceAddress = VK_TRUE,

0 commit comments

Comments
 (0)