Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_imbuf_types.h
| Context not available. | |||||
| * contains an Amiga-format file). | * contains an Amiga-format file). | ||||
| */ | */ | ||||
| struct ImMetaData; | struct IDProperty; | ||||
| #define IB_MIPMAP_LEVELS 20 | #define IB_MIPMAP_LEVELS 20 | ||||
| #define IB_FILENAME_SIZE 1024 | #define IB_FILENAME_SIZE 1024 | ||||
| Context not available. | |||||
| /* externally used data */ | /* externally used data */ | ||||
| int index; /* reference index for ImBuf lists */ | int index; /* reference index for ImBuf lists */ | ||||
| int userflags; /* used to set imbuf to dirty and other stuff */ | int userflags; /* used to set imbuf to dirty and other stuff */ | ||||
| struct ImMetaData *metadata; /* image metadata */ | struct IDProperty *metadata; /* image metadata */ | ||||
| void *userdata; /* temporary storage, only used by baking at the moment */ | void *userdata; /* temporary storage, only used by baking at the moment */ | ||||
| /* file information */ | /* file information */ | ||||
| Context not available. | |||||