OPENGL: Clean up the overlay pixel format code
This commit is contained in:
parent
9853d26344
commit
d645bbcefd
3 changed files with 6 additions and 7 deletions
|
@ -42,6 +42,9 @@ public:
|
|||
uint getTexWidth() const { return _texWidth; }
|
||||
uint getTexHeight() const { return _texHeight; }
|
||||
|
||||
static const Graphics::PixelFormat getRGBAPixelFormat();
|
||||
static const Graphics::PixelFormat get565PixelFormat();
|
||||
|
||||
protected:
|
||||
bool _managedTexture;
|
||||
GLuint _texture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue