forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
4fab914eb0
commit
10da5abc93
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue