|
Blender
V2.93
|
#include <image_private.h>
Public Attributes | |
| void * | engine_type |
| DRWViewportEmptyList * | fbl |
| DRWViewportEmptyList * | txl |
| IMAGE_PassList * | psl |
| IMAGE_StorageList * | stl |
Definition at line 54 of file image_private.h.
| void* IMAGE_Data::engine_type |
Definition at line 55 of file image_private.h.
| DRWViewportEmptyList* IMAGE_Data::fbl |
Definition at line 56 of file image_private.h.
| IMAGE_PassList* IMAGE_Data::psl |
Definition at line 58 of file image_private.h.
Referenced by image_cache_image(), IMAGE_cache_init(), and IMAGE_draw_scene().
| IMAGE_StorageList* IMAGE_Data::stl |
Definition at line 59 of file image_private.h.
Referenced by image_cache_image(), IMAGE_cache_init(), image_draw_finish(), IMAGE_draw_scene(), and IMAGE_engine_init().
| DRWViewportEmptyList* IMAGE_Data::txl |
Definition at line 57 of file image_private.h.