mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add default case to switch statement
This commit is contained in:
@@ -918,6 +918,7 @@ static uint32_t byteSize(const ResourceFormat &fmt)
|
||||
{
|
||||
switch(fmt.type)
|
||||
{
|
||||
default:
|
||||
case ResourceFormatType::R9G9B9E5:
|
||||
case ResourceFormatType::R5G6B5:
|
||||
case ResourceFormatType::R5G5B5A1:
|
||||
|
||||
Reference in New Issue
Block a user