Cleanup.
This commit is contained in:
parent
58f0d55612
commit
3dd78ef893
@ -656,7 +656,7 @@ VK_IMPORT_DEVICE
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
void dumpExtensions(VkPhysicalDevice _physicalDevice = VK_NULL_HANDLE)
|
void dumpExtensions(VkPhysicalDevice _physicalDevice)
|
||||||
{
|
{
|
||||||
{ // Global extensions.
|
{ // Global extensions.
|
||||||
uint32_t numExtensionProperties;
|
uint32_t numExtensionProperties;
|
||||||
@ -691,7 +691,7 @@ VK_IMPORT_DEVICE
|
|||||||
BX_TRACE("\tv%-3d %s%s"
|
BX_TRACE("\tv%-3d %s%s"
|
||||||
, extensionProperties[extension].specVersion
|
, extensionProperties[extension].specVersion
|
||||||
, extensionProperties[extension].extensionName
|
, extensionProperties[extension].extensionName
|
||||||
, supported ? " (supported)" : "", extensionProperties[extension].extensionName // FIXME: maybe include here the layer name?
|
, supported ? " (supported)" : "", extensionProperties[extension].extensionName
|
||||||
);
|
);
|
||||||
|
|
||||||
BX_UNUSED(supported);
|
BX_UNUSED(supported);
|
||||||
@ -1428,7 +1428,7 @@ VK_IMPORT
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
dumpExtensions();
|
dumpExtensions(VK_NULL_HANDLE);
|
||||||
|
|
||||||
uint32_t numEnabledLayers = 0;
|
uint32_t numEnabledLayers = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user