mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
fix build
This commit is contained in:
parent
2d4c460011
commit
842acf2c86
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ std::unique_ptr<GraphicsPipeline> PipelineCache::CreateGraphicsPipeline(
|
||||||
"eds2_logic_op={}, topology={}, provoking_last={}, xfb={}, conservative={})",
|
"eds2_logic_op={}, topology={}, provoking_last={}, xfb={}, conservative={})",
|
||||||
hash, exception.what(), static_cast<int>(exception.GetResult()),
|
hash, exception.what(), static_cast<int>(exception.GetResult()),
|
||||||
key.state.extended_dynamic_state != 0, key.state.extended_dynamic_state_2 != 0,
|
key.state.extended_dynamic_state != 0, key.state.extended_dynamic_state_2 != 0,
|
||||||
key.state.extended_dynamic_state_2_logic_op != 0, static_cast<u32>(key.state.topology),
|
key.state.extended_dynamic_state_2_logic_op != 0, static_cast<u32>(key.state.topology.Value()),
|
||||||
key.state.provoking_vertex_last != 0, key.state.xfb_enabled != 0,
|
key.state.provoking_vertex_last != 0, key.state.xfb_enabled != 0,
|
||||||
key.state.conservative_raster_enable != 0);
|
key.state.conservative_raster_enable != 0);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue