zengine/engine/modules/render/vulkan/src/module.cpp

11 lines
142 B
C++
Raw Normal View History

2024-07-20 18:04:19 +08:00
#include "module.h"
2024-08-06 16:08:11 +08:00
#include "pmr/frame_allocator.h"
2024-07-20 18:04:19 +08:00
void VulkanModule::OnLoad(int argc, char** argv)
{
}
void VulkanModule::OnUnload()
{
}