summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubePlugin/PluginSource
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/GhostCubePlugin/PluginSource
parentUpdated mathlib test (diff)
downloadDiligentEngine-43a9ede8aa7fe82526236444274e7c369b84927a.tar.gz
DiligentEngine-43a9ede8aa7fe82526236444274e7c369b84927a.zip
Updated core (improved shared libraries build configuration) and samples
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
-rw-r--r--unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h b/unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h
index 879db60..291149f 100644
--- a/unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h
+++ b/unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h
@@ -10,7 +10,7 @@ class SamplePlugin
{
public:
SamplePlugin(Diligent::IRenderDevice *pDevice, bool UseReverseZ, Diligent::TEXTURE_FORMAT RTVFormat, Diligent::TEXTURE_FORMAT DSVFormat);
- void Render(Diligent::IDeviceContext *pContext, const float4x4 &ViewProjMatrix);
+ void Render(Diligent::IDeviceContext *pContext, const Diligent::float4x4 &ViewProjMatrix);
private:
Diligent::RefCntAutoPtr<Diligent::IBuffer> m_CubeVertexBuffer;