summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------DiligentCore0
m---------DiligentTools0
-rw-r--r--unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_OpenGLCoreES.cpp2
3 files changed, 2 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject ce265923d110dd8728cfce296e35d6000d861cf
+Subproject 6605548066bbff052ea1c1f7e4fec14446fa772
diff --git a/DiligentTools b/DiligentTools
-Subproject 63e8116bba2edfc690654826dfe1bc67c352fe4
+Subproject 4b1a5b1772223d3a857d39bc8bad8e5b85e1a5e
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;