We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VkPhysicalDeviceVulkan12Features::scalarBlockLayout
1 parent 265ed4d commit f656c4fCopy full SHA for f656c4f
lvk/vulkan/VulkanClasses.cpp
@@ -5794,6 +5794,7 @@ lvk::Result lvk::VulkanContext::initContext(const HWDeviceDesc& desc) {
5794
.descriptorBindingPartiallyBound = VK_TRUE,
5795
.descriptorBindingVariableDescriptorCount = VK_TRUE,
5796
.runtimeDescriptorArray = VK_TRUE,
5797
+ .scalarBlockLayout = VK_TRUE,
5798
.uniformBufferStandardLayout = VK_TRUE,
5799
.timelineSemaphore = VK_TRUE,
5800
.bufferDeviceAddress = VK_TRUE,
0 commit comments