Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering
This commit is contained in:
parent
eda55701a2
commit
1a47211bfc
7 changed files with 77 additions and 32 deletions
|
@ -64,8 +64,8 @@ namespace GUI {
|
|||
|
||||
struct UV
|
||||
{
|
||||
float u;
|
||||
float v;
|
||||
float u{ 0.0f };
|
||||
float v{ 0.0f };
|
||||
};
|
||||
|
||||
struct Quad_UVs
|
||||
|
@ -79,9 +79,9 @@ namespace GUI {
|
|||
static Quad_UVs FullTextureUVs;
|
||||
|
||||
protected:
|
||||
unsigned int m_id;
|
||||
int m_width;
|
||||
int m_height;
|
||||
unsigned int m_id{ 0 };
|
||||
int m_width{ 0 };
|
||||
int m_height{ 0 };
|
||||
std::string m_source;
|
||||
Compressor m_compressor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue