1
0

vulkan-validationlayers 1.3.290

This commit is contained in:
2024-07-23 07:56:48 +02:00
parent db7c457dc4
commit 55c8abdce1
5 changed files with 33 additions and 20 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 23 07:15:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.290
* corechecks: Avoid crashing in ValidateBufferUpdate
* layers: Add VK_EXT_legacy_vertex_attributes,
VK_MESA_image_alignment_control, VK_KHR_maintenance7,
VK_EXT_nested_command_buffer
* layers: Add checks for InputAttachmentIndex (SPIR-V),
MaxFragmentCombinedOutputResources, vkGetDeviceFaultInfoEXT
* gpu: Add Shader Conditional Functions
* gpu: Add setting to limit shader instrumentation
-------------------------------------------------------------------
Thu May 16 12:22:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>