You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR delays to write vkCreateRayTracingPipelinesKHR block to capture file for deferred case. The return pipeline of vkCreateRayTracingPipelinesKHR could be invalid because of deferred operation. The block is written when it's ready on VulkanCaptureManager::DeferredOperationPostProcess. However, we could still write the block at original moment even if the pipeline is invalid, and then add a MetaData to write pipelines when the pipelines are ready, if we want to keep the original capture.
The text was updated successfully, but these errors were encountered:
#1192
This PR delays to write
vkCreateRayTracingPipelinesKHR
block to capture file for deferred case. The return pipeline ofvkCreateRayTracingPipelinesKHR
could be invalid because of deferred operation. The block is written when it's ready onVulkanCaptureManager::DeferredOperationPostProcess
. However, we could still write the block at original moment even if the pipeline is invalid, and then add aMetaData
to write pipelines when the pipelines are ready, if we want to keep the original capture.The text was updated successfully, but these errors were encountered: