mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 04:45:00 +00:00
vulkan: Lower list primitive restart warning to debug log. (#2725)
This commit is contained in:
parent
a707d31a4c
commit
f85d8df71e
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ GraphicsPipeline::GraphicsPipeline(
|
|||
|
||||
auto prim_restart = key.enable_primitive_restart != 0;
|
||||
if (prim_restart && IsPrimitiveListTopology() && !instance.IsListRestartSupported()) {
|
||||
LOG_WARNING(Render_Vulkan,
|
||||
LOG_DEBUG(Render_Vulkan,
|
||||
"Primitive restart is enabled for list topology but not supported by driver.");
|
||||
prim_restart = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue