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

Public Attributes

struct ImThreadTilenext
 
struct ImThreadTileprev
 
ImBufibuf
 
int tx
 
int ty
 
ImGlobalTileglobal
 

Detailed Description

Definition at line 59 of file cache.c.

Member Data Documentation

◆ global

ImGlobalTile* ImThreadTile::global

Definition at line 65 of file cache.c.

Referenced by imb_thread_cache_get_tile().

◆ ibuf

ImBuf* ImThreadTile::ibuf

Definition at line 62 of file cache.c.

Referenced by imb_thread_cache_get_tile(), imb_thread_tile_cmp(), and imb_thread_tile_hash().

◆ next

struct ImThreadTile* ImThreadTile::next

Definition at line 60 of file cache.c.

◆ prev

struct ImThreadTile * ImThreadTile::prev

Definition at line 60 of file cache.c.

◆ tx

int ImThreadTile::tx

Definition at line 63 of file cache.c.

Referenced by imb_thread_cache_get_tile(), imb_thread_tile_cmp(), and imb_thread_tile_hash().

◆ ty

int ImThreadTile::ty

Definition at line 63 of file cache.c.

Referenced by imb_thread_cache_get_tile(), imb_thread_tile_cmp(), and imb_thread_tile_hash().


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