mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
misc: Add message indicating unimplemented primitive type.
This commit is contained in:
parent
9424047214
commit
8a793f64bf
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ vk::PrimitiveTopology PrimitiveType(AmdGpu::PrimitiveType type) {
|
|||
case AmdGpu::PrimitiveType::RectList:
|
||||
return vk::PrimitiveTopology::ePatchList;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
UNREACHABLE_MSG("Unimplemented primitive type: {}", static_cast<u32>(type));
|
||||
return vk::PrimitiveTopology::eTriangleList;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue