mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
CustomTexture: Mark textures with mipmaps
This commit is contained in:
parent
ee9d05d67f
commit
62402efa6c
3 changed files with 11 additions and 9 deletions
|
@ -18,14 +18,15 @@ public:
|
|||
const u8* texture, size_t texture_size,
|
||||
const u8* tlut, size_t tlut_size,
|
||||
u32 width, u32 height,
|
||||
int format
|
||||
int format, bool has_mipmaps
|
||||
);
|
||||
|
||||
static std::string GenBaseName(
|
||||
const u8* texture, size_t texture_size,
|
||||
const u8* tlut, size_t tlut_size,
|
||||
u32 width, u32 height,
|
||||
int format, bool dump = false
|
||||
int format, bool has_mipmaps,
|
||||
bool dump = false
|
||||
);
|
||||
|
||||
~HiresTexture();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue