mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
render improvments using some cache
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
virtual void enableBilinearFilter();
|
||||
|
||||
/// Get OpenGL texture id
|
||||
virtual uint getId() const { return m_textureId; }
|
||||
uint getId() const { return m_textureId; }
|
||||
|
||||
/// Copy pixels from OpenGL texture
|
||||
std::vector<uint8> getPixels();
|
||||
|
Reference in New Issue
Block a user