summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-06 17:29:43 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-06 17:29:43 +0000
commit192f9119bf3a6fe023e06795fd6f85745363c7f9 (patch)
tree342f6e112e4a0b3342ced33e530ee934eb524589 /Graphics/GraphicsEngine
parentFixed clang compiler warnings (diff)
downloadDiligentCore-192f9119bf3a6fe023e06795fd6f85745363c7f9.tar.gz
DiligentCore-192f9119bf3a6fe023e06795fd6f85745363c7f9.zip
Few improvements to managing static resources when sep programs are not supported in GL backend
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Buffer.h b/Graphics/GraphicsEngine/interface/Buffer.h
index d57b8f08..d42c113c 100644
--- a/Graphics/GraphicsEngine/interface/Buffer.h
+++ b/Graphics/GraphicsEngine/interface/Buffer.h
@@ -171,7 +171,7 @@ class IBuffer : public IDeviceObject
{
public:
/// Queries the specific interface, see IObject::QueryInterface() for details
- virtual void QueryInterface(const INTERFACE_ID& IID, IObject** ppInterface) = 0;
+ virtual void QueryInterface(const INTERFACE_ID& IID, IObject** ppInterface)override = 0;
/// Returns the buffer description used to create the object
virtual const BufferDesc& GetDesc()const override = 0;