diff options
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
| -rw-r--r-- | unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp index d56979e..c51b5d2 100644 --- a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp +++ b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp @@ -30,6 +30,8 @@ public: void CreateRenderTargetAndDepthBuffer(); + UnityGfxRenderer GetAPIType() const { return m_APIType; } + private: UnityGfxRenderer m_APIType; RefCntAutoPtr<IDeviceContextGL> m_DeviceCtxGL; |
