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