From 192f9119bf3a6fe023e06795fd6f85745363c7f9 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 6 Mar 2019 09:29:43 -0800 Subject: Few improvements to managing static resources when sep programs are not supported in GL backend --- Graphics/GraphicsEngine/interface/Buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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; -- cgit v1.2.3