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
3extern "C"
4{
5 PLUGIN_EXPORT cae::IRenderer *entryPoint() { return std::make_unique<cae::OPGL>().release(); }
6}
#define PLUGIN_EXPORT
Definition IPlugin.hpp:15
This file contains the OPGL class declaration.
PLUGIN_EXPORT cae::IRenderer * entryPoint()
Definition entrypoint.cpp:5
Interface for renderer.
Definition IRenderer.hpp:36