From 43a9ede8aa7fe82526236444274e7c369b84927a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 23 Jan 2019 22:27:08 -0800 Subject: Updated core (improved shared libraries build configuration) and samples --- unityplugin/GhostCubeScene/src/GhostCubeScene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unityplugin/GhostCubeScene/src') diff --git a/unityplugin/GhostCubeScene/src/GhostCubeScene.h b/unityplugin/GhostCubeScene/src/GhostCubeScene.h index 9cc8bde..548bc53 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeScene.h +++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.h @@ -52,11 +52,11 @@ private: TSetMatrixFromUnity SetMatrixFromUnity = nullptr; TSetTexturesFromUnity SetTexturesFromUnity = nullptr; - float4x4 m_CubeWorldView; + Diligent::float4x4 m_CubeWorldView; Diligent::RefCntAutoPtr m_pRenderTarget; Diligent::RefCntAutoPtr m_pDepthBuffer; Diligent::RefCntAutoPtr m_pMirrorVSConstants; Diligent::RefCntAutoPtr m_pMirrorPSO; Diligent::RefCntAutoPtr m_pMirrorSRB; -}; \ No newline at end of file +}; -- cgit v1.2.3