mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -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
|
@ -106,8 +106,8 @@ namespace GUI {
|
|||
const std::string& get_source() const { return m_source; }
|
||||
|
||||
#if ENABLE_COMPRESSED_TEXTURES
|
||||
bool unsent_compressed_data_available() const;
|
||||
void send_compressed_data_to_gpu();
|
||||
bool unsent_compressed_data_available() const { return m_compressor.unsent_compressed_data_available(); }
|
||||
void send_compressed_data_to_gpu() { m_compressor.send_compressed_data_to_gpu(); }
|
||||
#endif // ENABLE_COMPRESSED_TEXTURES
|
||||
|
||||
static void render_texture(unsigned int tex_id, float left, float right, float bottom, float top);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue