cae
0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
entrypoint.cpp
Go to the documentation of this file.
1
#include "
VULKN/VULKN.hpp
"
2
3
#include <memory>
4
5
extern
"C"
6
{
7
PLUGIN_EXPORT
cae::IRenderer
*
entryPoint
() {
return
std::make_unique<cae::VULKN>().release(); }
8
}
PLUGIN_EXPORT
#define PLUGIN_EXPORT
Definition
IPlugin.hpp:15
entryPoint
PLUGIN_EXPORT cae::IRenderer * entryPoint()
Definition
entrypoint.cpp:5
VULKN.hpp
This file contains the VULKN class declaration.
cae::IRenderer
Interface for renderer.
Definition
IRenderer.hpp:36
plugins
Renderer
Vulkan
src
entrypoint.cpp
Generated by
1.11.0