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
// We only set the warning when the pipeline nor the pipeline stages hit the cache. If any of them did, them disable the warning.
, at line 988 and 1401. These two comments mention that any of them (pipeline and pipeline stages) hit the cache, the warning will be disable.
However, actually, the execution logic does not match the description in the comments.
When pipeline hits the cache but pipeline stages don't, the warning still be active.
Is there a problem with this part, or is my understanding incorrect?
The text was updated successfully, but these errors were encountered:
In the file
VK-GL-CTS/external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationFeedbackTests.cpp
Line 1401 in 0d2b73e
However, actually, the execution logic does not match the description in the comments.
When pipeline hits the cache but pipeline stages don't, the warning still be active.
Is there a problem with this part, or is my understanding incorrect?
The text was updated successfully, but these errors were encountered: