zengine_test/game/vulkan/src/vulkan.cpp

9 lines
155 B
C++
Raw Normal View History

2024-08-01 22:22:01 +08:00
#include "vulkan.h"
const char* vulkan()
{
2024-08-02 22:14:00 +08:00
auto c1 = engine_module_hello.name.c_str();
auto c2 = zlib_module.name.c_str();
2024-08-01 22:22:01 +08:00
return "vulkan";
}