mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Log instance layers as well as instance extensions
This commit is contained in:
@@ -254,6 +254,13 @@ ReplayStatus WrappedVulkan::Initialise(VkInitParams ¶ms, uint64_t sectionVer
|
||||
RDCLOG("Inst Ext %u: %s", i, ext.c_str());
|
||||
i++;
|
||||
}
|
||||
|
||||
i = 0;
|
||||
for(const rdcstr &layer : supportedLayers)
|
||||
{
|
||||
RDCLOG("Inst Layer %u: %s", i, layer.c_str());
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
AddRequiredExtensions(true, params.Extensions, supportedExtensions);
|
||||
|
||||
Reference in New Issue
Block a user