Additional logging

This commit is contained in:
Henrik Rydgård 2019-01-23 18:34:25 +01:00
parent c8e5dd325a
commit 46585a5da9
4 changed files with 16 additions and 1 deletions

View file

@ -130,6 +130,7 @@ bool AndroidVulkanContext::InitAPI() {
g_Vulkan = nullptr;
return false;
}
ILOG("Vulkan device created!");
return true;
}