Geeks3D Forums

Tech Forums => 3D-Tech News Around The Web => Topic started by: JeGX on November 23, 2021, 01:56:41 PM

Title: Vulkan SDK v1.2.198.0 released
Post by: JeGX on November 23, 2021, 01:56:41 PM
A new version of the Vulkan SDK has been released. This SDK supports Vulkan API revision 1.2.198 (https://www.geeks3d.com/forums/index.php/topic,4434.msg10227.html#msg10227).

Changelog:
Quote
The Vulkan headers now include the following new extensions. Note that extensions are optional and may not be implemented by the underlying driver/ICD. Applications can now query for the presence of these new features.
- VK_KHR_dynamic_rendering (Note: Validation Layer support is incomplete, incorrect results are possible)
- VK_EXT_border_color_swizzle
- VK_EXT_video_encode_h265 provisional H.265 video encode codec extension
- VK_KHR_format_feature_flags2
- VK_KHR_maintenance4
- VK_EXT_rgba10x6_formats
- VK_FUCHSIA_buffer_collection
- VK_EXT_pageable_device_local_memory
- VK_KHR_shader_integer_dot_product
- VK_EXT_primitive_topology_list_restart

32 bit executables have been removed from the SDK. They are not needed because the SDK is ONLY supported on 64 bit Windows.

The Vulkan Configurator (vkconfig) has been updated to improve quality and stability. See the fixes included in this SDK here. See the Vulkan Configurator documentation for more information.

Bug fixes

Improved validation coverage. VUID validation coverage documentation (validation_error_database.csv and validation_error_database.html) has been updated to represent the validation layer VUID coverage status.

Links:
- Homepage (https://vulkan.lunarg.com/sdk/home)
- full release notes (https://vulkan.lunarg.com/doc/sdk/1.2.198.0/windows/release_notes.html)
- Download for Windows @ Geeks3D (https://www.geeks3d.com/dl/show/10160)