mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Refactoring into GLTexture::Compressor
This commit is contained in:
parent
f913bbf8ef
commit
299739eeda
2 changed files with 11 additions and 6 deletions
|
@ -32,6 +32,7 @@ namespace GUI {
|
|||
|
||||
public:
|
||||
explicit Compressor(GLTexture& texture) : m_texture(texture), m_is_compressing(false), m_abort_compressing(false) {}
|
||||
~Compressor() { reset(); }
|
||||
|
||||
void reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue