mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Temporary low-res texture shown while generating compressed data on the CPU
This commit is contained in:
parent
545c013acd
commit
e6af0d3dc4
4 changed files with 31 additions and 15 deletions
|
@ -91,6 +91,10 @@ private:
|
|||
GeometryBuffer m_gridlines;
|
||||
#if ENABLE_TEXTURES_FROM_SVG
|
||||
mutable GLTexture m_texture;
|
||||
#if ENABLE_COMPRESSED_TEXTURES
|
||||
// temporary texture shown until the main texture has still no levels compressed
|
||||
mutable GLTexture m_temp_texture;
|
||||
#endif // ENABLE_COMPRESSED_TEXTURES
|
||||
mutable Shader m_shader;
|
||||
mutable unsigned int m_vbo_id;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue