Blender  V3.3
Public Attributes | List of all members
ImGlobalTile Struct Reference

Public Attributes

struct ImGlobalTile * next
 
struct ImGlobalTile * prev
 
ImBuf * ibuf
 
int tx
 
int ty
 
int refcount
 
volatile int loading
 

Detailed Description

Definition at line 36 of file cache.c.

Member Data Documentation

◆ ibuf

ImBuf* ImGlobalTile::ibuf

◆ loading

volatile int ImGlobalTile::loading

Definition at line 42 of file cache.c.

Referenced by imb_global_cache_get_tile(), and imb_tile_cache_tile_free().

◆ next

struct ImGlobalTile* ImGlobalTile::next

Definition at line 37 of file cache.c.

Referenced by imb_tile_cache_exit().

◆ prev

struct ImGlobalTile * ImGlobalTile::prev

Definition at line 37 of file cache.c.

Referenced by imb_global_cache_get_tile().

◆ refcount

int ImGlobalTile::refcount

Definition at line 41 of file cache.c.

Referenced by imb_global_cache_get_tile(), and IMB_tiles_to_rect().

◆ tx

int ImGlobalTile::tx

◆ ty

int ImGlobalTile::ty

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