[Vulkan] Unsupported pipeline features assertion typo fix
This commit is contained in:
parent
e13c4ae90b
commit
b41fb851c6
|
@ -662,7 +662,7 @@ bool VulkanPipelineCache::EnsurePipelineCreated(
|
||||||
assert_always(
|
assert_always(
|
||||||
"When creating a new pipeline, the description must not require "
|
"When creating a new pipeline, the description must not require "
|
||||||
"unsupported features, and when loading the pipeline storage, "
|
"unsupported features, and when loading the pipeline storage, "
|
||||||
"unsupported supported must be filtered out");
|
"pipelines with unsupported features must be filtered out");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue