- //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
- //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
- #include "BsVulkanPrerequisites.h"
- #include "Managers/BsVulkanRenderAPIFactory.h"
- namespace bs
- {
- extern "C" BS_PLUGIN_EXPORT const char* getPluginName()
- {
- return ct::SystemName;
- }
- }
|