diff options
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
| -rw-r--r-- | unityplugin/GhostCubePlugin/PluginSource/src/SamplePlugin.h | 2 |
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; |
