[PICA] Implement RG8 textures

This commit is contained in:
wheremyfoodat 2023-04-03 18:12:03 +03:00
parent 16d555cf34
commit 84db6052b3
2 changed files with 11 additions and 1 deletions

View file

@ -80,5 +80,4 @@ struct Texture {
// TODO: Make hasAlpha a template parameter
u32 getTexelETC(bool hasAlpha, u32 u, u32 v, u32 width, const void* data);
u32 decodeETC(u32 alpha, u32 u, u32 v, u64 colourData);
};