mipmap hints in Texture. not used anywhere yet

This commit is contained in:
aap
2020-07-26 10:53:37 +02:00
parent fa6277be34
commit b63c3ea3b4
2 changed files with 38 additions and 3 deletions

View File

@@ -378,6 +378,10 @@ struct Texture
static Texture *(*readCB)(const char *name, const char *mask);
static void setLoadTextures(bool32); // default: true
static void setCreateDummies(bool32); // default: false
static void setMipmapping(bool32); // default: false
static void setAutoMipmapping(bool32); // default: false
static bool32 getMipmapping(void);
static bool32 getAutoMipmapping(void);
#ifndef RWPUBLIC
static void registerModule(void);