Fix mipmapping

This commit is contained in:
luisangelsm
2026-01-18 15:19:09 +01:00
parent 4e18fb69d7
commit 7384d50721
4 changed files with 21 additions and 26 deletions

View File

@ -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();