code: Cleanup and warning fixes from the Vulkan PR (#6163)
Co-authored-by: emufan4568 <geoster3d@gmail.com> Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
This commit is contained in:
parent
aa84022704
commit
1ddea27ac8
72 changed files with 895 additions and 626 deletions
|
@ -274,9 +274,11 @@ struct FramebufferRegs {
|
|||
case DepthFormat::D24:
|
||||
case DepthFormat::D24S8:
|
||||
return 24;
|
||||
default:
|
||||
UNREACHABLE_MSG("Unknown depth format {}", format);
|
||||
}
|
||||
|
||||
ASSERT_MSG(false, "Unknown depth format {}", format);
|
||||
return 0;
|
||||
}
|
||||
|
||||
INSERT_PADDING_WORDS(0x10); // Gas related registers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue