mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-19 22:17:10 +00:00
Tweak code that was confusing gcc
This commit is contained in:
@@ -1061,7 +1061,7 @@ map<RDCDriver, string> RenderDoc::GetRemoteDrivers()
|
||||
|
||||
DriverInformation RenderDoc::GetDriverInformation(GraphicsAPI api)
|
||||
{
|
||||
DriverInformation ret = {GPUVendor::Unknown, ""};
|
||||
DriverInformation ret = {};
|
||||
|
||||
RDCDriver driverType = RDCDriver::Unknown;
|
||||
switch(api)
|
||||
|
||||
Reference in New Issue
Block a user