mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 06:10:28 +01:00
nvk: Advertise VK_EXT_attachment_feedback_loop_layout
We don't need to do anything with the layout. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25808>
This commit is contained in:
parent
5d76b03a3e
commit
c93b30daa3
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ nvk_get_device_extensions(const struct nv_device_info *info,
|
|||
.KHR_variable_pointers = true,
|
||||
.KHR_workgroup_memory_explicit_layout = true,
|
||||
.EXT_4444_formats = true,
|
||||
.EXT_attachment_feedback_loop_layout = true,
|
||||
.EXT_border_color_swizzle = true,
|
||||
.EXT_buffer_device_address = true,
|
||||
.EXT_conditional_rendering = true,
|
||||
|
|
@ -265,6 +266,9 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
.formatA4R4G4B4 = true,
|
||||
.formatA4B4G4R4 = true,
|
||||
|
||||
/* VK_EXT_attachment_feedback_loop_layout */
|
||||
.attachmentFeedbackLoopLayout = true,
|
||||
|
||||
/* VK_EXT_border_color_swizzle */
|
||||
.borderColorSwizzle = true,
|
||||
.borderColorSwizzleFromImage = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue