zengine_test/game/vulkan/src/vulkan.cpp
2024-08-03 09:44:59 +08:00

9 lines
69 B
C++

#include "vulkan.h"
const char* vulkan()
{
return "vulkan";
}