summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubeScene/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-24 06:27:08 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-24 06:27:08 +0000
commit43a9ede8aa7fe82526236444274e7c369b84927a (patch)
tree11912d1bc5ac6082b106b96fa754aae450e7f6e5 /unityplugin/GhostCubeScene/src
parentUpdated mathlib test (diff)
downloadDiligentEngine-43a9ede8aa7fe82526236444274e7c369b84927a.tar.gz
DiligentEngine-43a9ede8aa7fe82526236444274e7c369b84927a.zip
Updated core (improved shared libraries build configuration) and samples
Diffstat (limited to 'unityplugin/GhostCubeScene/src')
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeScene.h4
1 files changed, 2 insertions, 2 deletions
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<Diligent::ITexture> m_pRenderTarget;
Diligent::RefCntAutoPtr<Diligent::ITexture> m_pDepthBuffer;
Diligent::RefCntAutoPtr<Diligent::IBuffer> m_pMirrorVSConstants;
Diligent::RefCntAutoPtr<Diligent::IPipelineState> m_pMirrorPSO;
Diligent::RefCntAutoPtr<Diligent::IShaderResourceBinding> m_pMirrorSRB;
-}; \ No newline at end of file
+};