Update render.cpp

InkSoul 2024-04-15 22:55:49 +08:00
parent 9a48337d87
commit de68104fd9
1 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ void PlumageRender::initVulkan()
{ {
createInstance(); createInstance();
setupDebugMessager();
createSurface(); createSurface();
pickupPhysicalDevice(); pickupPhysicalDevice();