mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
implemented DXT decompression
This commit is contained in:
@@ -181,6 +181,7 @@ struct Image
|
||||
void allocate(void);
|
||||
void free(void);
|
||||
void setPixels(uint8 *pixels);
|
||||
void setPixelsDXT(int32 type, uint8 *pixels);
|
||||
void setPalette(uint8 *palette);
|
||||
bool32 hasAlpha(void);
|
||||
void unindex(void);
|
||||
|
||||
Reference in New Issue
Block a user