From e8d9a8db67e56cf167635a8215a78fe67fdc3bf5 Mon Sep 17 00:00:00 2001 From: Vladislav Belov Date: Thu, 16 Oct 2025 00:36:02 +0200 Subject: [PATCH] Adds Vulkan timestamp limits to report --- source/renderer/backend/vulkan/DeviceSelection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/renderer/backend/vulkan/DeviceSelection.cpp b/source/renderer/backend/vulkan/DeviceSelection.cpp index ad04399549..25f4234034 100644 --- a/source/renderer/backend/vulkan/DeviceSelection.cpp +++ b/source/renderer/backend/vulkan/DeviceSelection.cpp @@ -446,6 +446,8 @@ void ReportAvailablePhysicalDevice(const SAvailablePhysicalDevice& device, REPORT_LIMITS_CONSTANT(sampledImageDepthSampleCounts); REPORT_LIMITS_CONSTANT(sampledImageStencilSampleCounts); REPORT_LIMITS_CONSTANT(storageImageSampleCounts); + REPORT_LIMITS_CONSTANT(timestampComputeAndGraphics); + REPORT_LIMITS_CONSTANT(timestampPeriod); REPORT_LIMITS_CONSTANT(optimalBufferCopyOffsetAlignment); REPORT_LIMITS_CONSTANT(optimalBufferCopyRowPitchAlignment); #undef REPORT_LIMITS_CONSTANT