cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
entrypoint.cpp
Go to the documentation of this file.
1#include "SPIRV/SPIRV.hpp"
2
3#include <memory>
4
5extern "C"
6{
7 PLUGIN_EXPORT cae::IShaderIR *entryPoint() { return std::make_unique<cae::SPIRV>().release(); }
8}
#define PLUGIN_EXPORT
Definition IPlugin.hpp:15
PLUGIN_EXPORT cae::IRenderer * entryPoint()
Definition entrypoint.cpp:5
This file contains the SpirvIR class declaration.
Interface for shaders IR.
Definition IShaderIR.hpp:23