Review fixes

This commit is contained in:
Roman Kuznetsov 2017-05-10 16:32:54 +03:00 committed by GitHub
parent 4fab914eb0
commit 10da5abc93

View file

@ -19,7 +19,8 @@ public:
~ScreenQuadRenderer();
void SetTextureRect(m2::RectF const & rect, ref_ptr<dp::GpuProgramManager> mng);
bool IsValid() const { return m_bufferId != 0; }
bool IsInitialized() const { return m_bufferId != 0; }
m2::RectF const & GetTextureRect() const { return m_textureRect; }
void RenderTexture(uint32_t textureId, ref_ptr<dp::GpuProgramManager> mng, float opacity);
private: