summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-02-04 23:27:29 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-02-04 23:27:29 +0000
commitea36d46d1703effdc77ba89bd8a1c7be0b960b2c (patch)
tree12020743c3c6c5a84c4ba128dabc55d7cbb937a0
parentUpdated readme (diff)
downloadDiligentEngine-ea36d46d1703effdc77ba89bd8a1c7be0b960b2c.tar.gz
DiligentEngine-ea36d46d1703effdc77ba89bd8a1c7be0b960b2c.zip
Fixed few deprecation warnings on Mac
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;