Graphics/RenderTechnique: Remove Clear method
Let's face it, this method was useless from the beginning. Former-commit-id: c38f57785c900acf66560ad07aa29498312c6063
This commit is contained in:
@@ -22,7 +22,6 @@ class NAZARA_API NzAbstractRenderTechnique : NzNonCopyable
|
||||
NzAbstractRenderTechnique();
|
||||
virtual ~NzAbstractRenderTechnique();
|
||||
|
||||
virtual void Clear(const NzScene* scene) const = 0;
|
||||
virtual bool Draw(const NzScene* scene) const = 0;
|
||||
|
||||
virtual void EnableInstancing(bool instancing);
|
||||
|
||||
Reference in New Issue
Block a user