From 186151aec243c105d8e9c0fcff6a9c342b7d168b Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 5 Jun 2018 20:56:10 -0700 Subject: Improvements to resource liftime management in Vulkan --- Graphics/GraphicsEngine/include/DeviceContextBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.h b/Graphics/GraphicsEngine/include/DeviceContextBase.h index 8e238bc7..431ac867 100644 --- a/Graphics/GraphicsEngine/include/DeviceContextBase.h +++ b/Graphics/GraphicsEngine/include/DeviceContextBase.h @@ -131,6 +131,8 @@ public: inline void ResetRenderTargets(); + bool IsDeferred()const{return m_bIsDeferred;} + protected: inline bool SetBlendFactors(const float *BlendFactors, int Dummy); -- cgit v1.2.3