Blender  V2.93
Public Attributes | List of all members
IMAGE_PrivateData Struct Reference

#include <image_private.h>

Public Attributes

void * lock
 
struct ImBufibuf
 
struct Imageimage
 
struct DRWViewview
 
struct GPUTexturetexture
 
bool owns_texture
 

Detailed Description

Definition at line 40 of file image_private.h.

Member Data Documentation

◆ ibuf

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().

◆ image

struct Image* IMAGE_PrivateData::image

Definition at line 43 of file image_private.h.

Referenced by IMAGE_cache_init(), and image_draw_finish().

◆ lock

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().

◆ owns_texture

bool IMAGE_PrivateData::owns_texture

Definition at line 47 of file image_private.h.

Referenced by image_cache_image(), and image_draw_finish().

◆ texture

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().

◆ view

struct DRWView* IMAGE_PrivateData::view

Definition at line 44 of file image_private.h.

Referenced by IMAGE_cache_init(), and IMAGE_draw_scene().


The documentation for this struct was generated from the following file: