mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Handle all enum values in switch
This commit is contained in:
@@ -214,6 +214,7 @@ struct TestMetadata
|
||||
case TestAPI::Vulkan: return "VK";
|
||||
case TestAPI::OpenGL: return "GL";
|
||||
case TestAPI::D3D12: return "D3D12";
|
||||
case TestAPI::Count: break;
|
||||
}
|
||||
|
||||
return "???";
|
||||
|
||||
Reference in New Issue
Block a user