(RenderTexture) Fixed size computation

Former-commit-id: 67f6408f0fe88af5066f9eb2c29f2426673db7cd
This commit is contained in:
Lynix
2015-03-28 14:54:52 +01:00
parent 23cefe1fbe
commit 40321cf9b1
2 changed files with 23 additions and 15 deletions

View File

@@ -68,6 +68,7 @@ class NAZARA_API NzRenderTexture : public NzRenderTarget, NzObjectListener, NzNo
private:
bool OnObjectDestroy(const NzRefCounted* object, int index) override;
void UpdateDrawBuffers() const;
void UpdateSize() const;
void UpdateTargets() const;
NzRenderTextureImpl* m_impl = nullptr;