mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering
(cherry picked from commit prusa3d/PrusaSlicer@1a47211bfc)
This commit is contained in:
committed by
Noisyfox
parent
04ad26f611
commit
7907426d00
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user