mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Fix mipmapping
This commit is contained in:
@ -266,10 +266,10 @@ public:
|
||||
void cleanupAnimation();
|
||||
void draw();
|
||||
void updatePositions();
|
||||
void insert(char *name, QRhiTexture *texture, float x, float y, int item = -1);
|
||||
void insert(QRhiTexture *texture, float x, float y, int item = -1);
|
||||
virtual void remove(int item);
|
||||
void add(int item);
|
||||
void replace(char *name, QRhiTexture *texture, float x, float y, int item);
|
||||
void replace(QRhiTexture *texture, float x, float y, int item);
|
||||
void populate(int n);
|
||||
YACReader3DImageRHI getCurrentSelected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user