diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/DeviceContextBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
