mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
radv: add VK_KHR_fragment_shading_rate but leave it disabled
To declare new prototypes. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7837>
This commit is contained in:
parent
9770ffb07c
commit
d8c1931ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_external_semaphore', 1, 'device->rad_info.has_syncobj'),
|
||||
Extension('VK_KHR_external_semaphore_capabilities', 1, True),
|
||||
Extension('VK_KHR_external_semaphore_fd', 1, 'device->rad_info.has_syncobj'),
|
||||
Extension('VK_KHR_fragment_shading_rate', 1, False),
|
||||
Extension('VK_KHR_get_display_properties2', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
|
||||
Extension('VK_KHR_get_memory_requirements2', 1, True),
|
||||
Extension('VK_KHR_get_physical_device_properties2', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue