mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
nvk: advertize KHR_relaxed_block_layout
Test run totals: Passed: 16/32 (50.0%) Failed: 0/32 (0.0%) Not supported: 16/32 (50.0%) Warnings: 0/32 (0.0%) Not supported is: "Physical storage buffer pointers not supported", so waiting for VK_KHR_buffer_device_address. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
ed6d5c33c6
commit
0b2f9cfecd
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue