Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_image_types.h
| Show First 20 Lines • Show All 166 Lines • ▼ Show 20 Lines | #endif | ||||
| IMA_OLD_PREMUL = (1 << 7), | IMA_OLD_PREMUL = (1 << 7), | ||||
| // IMA_CM_PREDIVIDE = (1 << 8), /* deprecated, should not be used */ | // IMA_CM_PREDIVIDE = (1 << 8), /* deprecated, should not be used */ | ||||
| IMA_USED_FOR_RENDER = (1 << 9), | IMA_USED_FOR_RENDER = (1 << 9), | ||||
| IMA_USER_FRAME_IN_RANGE = (1 << 10), /* for image user, but these flags are mixed */ | IMA_USER_FRAME_IN_RANGE = (1 << 10), /* for image user, but these flags are mixed */ | ||||
| IMA_VIEW_AS_RENDER = (1 << 11), | IMA_VIEW_AS_RENDER = (1 << 11), | ||||
| IMA_IGNORE_ALPHA = (1 << 12), | IMA_IGNORE_ALPHA = (1 << 12), | ||||
| IMA_DEINTERLACE = (1 << 13), | IMA_DEINTERLACE = (1 << 13), | ||||
| IMA_USE_VIEWS = (1 << 14), | IMA_USE_VIEWS = (1 << 14), | ||||
| IMA_IS_STEREO = (1 << 15), | // IMA_IS_STEREO = (1 << 15), /* deprecated */ | ||||
| IMA_IS_MULTIVIEW = (1 << 16), /* similar to stereo, but a more general case */ | // IMA_IS_MULTIVIEW = (1 << 16), /* deprecated */ | ||||
| }; | }; | ||||
| /* Image.tpageflag */ | /* Image.tpageflag */ | ||||
| #define IMA_TILES 1 | #define IMA_TILES 1 | ||||
| #define IMA_TWINANIM 2 | #define IMA_TWINANIM 2 | ||||
| #define IMA_COLCYCLE 4 /* Depreciated */ | #define IMA_COLCYCLE 4 /* Depreciated */ | ||||
| #define IMA_MIPMAP_COMPLETE 8 /* all mipmap levels in OpenGL texture set? */ | #define IMA_MIPMAP_COMPLETE 8 /* all mipmap levels in OpenGL texture set? */ | ||||
| #define IMA_CLAMP_U 16 | #define IMA_CLAMP_U 16 | ||||
| Show All 20 Lines | |||||