build: Update known-good for 1.1.95 header
`vk_validaition_stats.py` required an update to handle recently added
VUIDs which contain LaTeX
The `vk_validation_error_messages.h` database was updated for Vulkan
header 1.1.95
Updated:
- `build-android/known_good.json`
- `layers/buffer_validation.cpp`
- `layers/core_validation.cpp`
- `layers/object_tracker_utils.cpp`
- `layers/vk_validation_error_messages.h`
- `scripts/known_good.json`
- `scripts/vk_validation_stats.py`
- `tests/layer_validation_tests.cpp`
Change-Id: I303231f4f8f5dc4bddab176658625df1718e14da
diff --git a/layers/object_tracker_utils.cpp b/layers/object_tracker_utils.cpp
index a2d2b3c..dfa5e14 100644
--- a/layers/object_tracker_utils.cpp
+++ b/layers/object_tracker_utils.cpp
@@ -785,7 +785,7 @@
uint32_t *pQueueFamilyPropertyCount,
VkQueueFamilyProperties2 *pQueueFamilyProperties) {
return ValidateObject(physicalDevice, physicalDevice, kVulkanObjectTypePhysicalDevice, false,
- "VUID-vkGetPhysicalDeviceQueueFamilyProperties2KHR-physicalDevice-parameter", kVUIDUndefined);
+ "VUID-vkGetPhysicalDeviceQueueFamilyProperties2-physicalDevice-parameter", kVUIDUndefined);
}
void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice,