|
Blender
V2.93
|
#include <image_private.h>
Public Attributes | |
| void * | lock |
| struct ImBuf * | ibuf |
| struct Image * | image |
| struct DRWView * | view |
| struct GPUTexture * | texture |
| bool | owns_texture |
Definition at line 40 of file image_private.h.
| struct ImBuf* IMAGE_PrivateData::ibuf |
Definition at line 42 of file image_private.h.
Referenced by IMAGE_cache_init(), image_draw_finish(), and IMAGE_engine_init().
| struct Image* IMAGE_PrivateData::image |
Definition at line 43 of file image_private.h.
Referenced by IMAGE_cache_init(), and image_draw_finish().
| void* IMAGE_PrivateData::lock |
Definition at line 41 of file image_private.h.
Referenced by IMAGE_cache_init(), image_draw_finish(), and IMAGE_engine_init().
| bool IMAGE_PrivateData::owns_texture |
Definition at line 47 of file image_private.h.
Referenced by image_cache_image(), and image_draw_finish().
| struct GPUTexture* IMAGE_PrivateData::texture |
Definition at line 46 of file image_private.h.
Referenced by image_cache_image(), image_draw_finish(), and IMAGE_engine_init().
| struct DRWView* IMAGE_PrivateData::view |
Definition at line 44 of file image_private.h.
Referenced by IMAGE_cache_init(), and IMAGE_draw_scene().