diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 40018294007..1488785d779 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -370,6 +370,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device, .KHR_imageless_framebuffer = true, .KHR_maintenance1 = true, .KHR_push_descriptor = true, + .KHR_relaxed_block_layout = true, .KHR_sampler_mirror_clamp_to_edge = true, .KHR_separate_depth_stencil_layouts = true, .KHR_shader_non_semantic_info = true,