diff --git a/framework/encode/custom_vulkan_api_call_encoders.cpp b/framework/encode/custom_vulkan_api_call_encoders.cpp index 430d54e0a2..b0c8064be8 100644 --- a/framework/encode/custom_vulkan_api_call_encoders.cpp +++ b/framework/encode/custom_vulkan_api_call_encoders.cpp @@ -687,6 +687,13 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateRayTracingPipelinesKHR(VkDevice result, device, deferredOperation, createInfoCount, pPipelines, pCreateInfos); } } + else + { + GFXRECON_LOG_WARNING("The operation of vkCreateRayTracingPipelinesKHR call is deferred, so the writing of " + "vkCreateRayTracingPipelinesKHR block to capture file will be delayed until the deferred " + "operation (handle = 0x%" PRIx64 ") is finished.", + deferredOperation); + } CustomEncoderPostCall::Dispatch( VulkanCaptureManager::Get(),