mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 03:35:00 -06:00
Add warning log for Pow2 tessellation partitioning
This commit is contained in:
parent
9af54811a0
commit
9be38f4f8a
@ -239,6 +239,8 @@ spv::ExecutionMode ExecutionMode(AmdGpu::TessellationPartitioning spacing) {
|
||||
case AmdGpu::TessellationPartitioning::Pow2:
|
||||
// Pow2 rounds tessellation factors to the nearest power of 2, which has no
|
||||
// direct Vulkan equivalent. SpacingEqual (integer) is the closest match.
|
||||
LOG_WARNING(Render_Vulkan,
|
||||
"Tessellation partitioning Pow2 has no Vulkan equivalent, falling back to SpacingEqual");
|
||||
return spv::ExecutionMode::SpacingEqual;
|
||||
default:
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user