mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-10 20:46:52 +03:00
l/ddraw: remove unused constants
This commit is contained in:
parent
969934b5f5
commit
447d855176
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ private:
|
||||||
static const GLenum TEX_INTERNAL_FORMAT = GL_RGBA;
|
static const GLenum TEX_INTERNAL_FORMAT = GL_RGBA;
|
||||||
static const GLenum TEX_FORMAT = GL_BGRA;
|
static const GLenum TEX_FORMAT = GL_BGRA;
|
||||||
static const GLenum TEX_TYPE = GL_UNSIGNED_SHORT_1_5_5_5_REV;
|
static const GLenum TEX_TYPE = GL_UNSIGNED_SHORT_1_5_5_5_REV;
|
||||||
static const int32_t TITLE_WIDTH = 640;
|
|
||||||
static const int32_t TITLE_HEIGHT = 480;
|
|
||||||
|
|
||||||
Context& m_context{GLRage::getContext()};
|
Context& m_context{GLRage::getContext()};
|
||||||
uint32_t m_width = 0;
|
uint32_t m_width = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue