[Vulkan] Unsupported pipeline features assertion typo fix

This commit is contained in:
Triang3l 2022-02-15 23:05:04 +03:00
parent e13c4ae90b
commit b41fb851c6
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ bool VulkanPipelineCache::EnsurePipelineCreated(
assert_always(
"When creating a new pipeline, the description must not require "
"unsupported features, and when loading the pipeline storage, "
"unsupported supported must be filtered out");
"pipelines with unsupported features must be filtered out");
return false;
}