| commit | aa177d06561b6125afb76c78fe2f7774ee17d4cf | [log] [tgz] |
|---|---|---|
| author | Yilong Li <liyl@google.com> | Wed Feb 12 00:37:44 2025 -0800 |
| committer | Yilong Li <liyl@google.com> | Wed Feb 12 00:37:44 2025 -0800 |
| tree | a34f05dff3d0dc3f93c37d6cef8a837bdd3029bd | |
| parent | 5226e7cbbd6b22624debafb4750bda7428ea0d44 [diff] | |
| parent | 5a88b6042edb8f03eefc8de73bd73a899989373f [diff] |
Merge tag 'vulkan-sdk-1.4.304.1' into main Bug: 379153784 Change-Id: I2ab81841bc2d76599f27d9329ae6215e6ca9fde2
This repo was created to share code across various Vulkan repositories, solving long standing issues for Vulkan SDK developers and users.
The Vulkan-ValidationLayers contained many libraries and utilities that were useful for other Vulkan repositories, and became the primary mechanism for code sharing in the Vulkan ecosystem.
This caused the Vulkan-ValidationLayers to have to maintain and export source code which was never intended for that purpose. This not only hindered development of the Vulkan-ValidationLayers, but would frequently break anyone depending on the source code due to the poorly located nature of it. On top of numerous other issues.
This repository was created to facilitate official source deliverables that can be reliably used by developers.
The Vulkan::LayerSettings library was created to standardize layer configuration code for various SDK layer deliverables.
VK_LAYER_LUNARG_api_dump, VK_LAYER_LUNARG_screenshot and VK_LAYER_LUNARG_monitorThis is to ensure they all worked consistently with the 3 main methods of layer configuration.
For more information see layer_configuration.md.
The Vulkan::UtilityHeaders library contains header only files that provide useful functionality to developers:
vk_dispatch_table.h: Initializing instance/device dispatch tablesvk_format_utils.h: Utilities for VkFormatvk_struct_helper.hpp: Utilities for vulkan structsvk_enum_string_helper.h: Converts Vulkan enums into strings