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

Public Attributes

struct ImThreadTile * next
 
struct ImThreadTile * prev
 
ImBuf * ibuf
 
int tx
 
int ty
 
ImGlobalTile * global
 

Detailed Description

Definition at line 45 of file cache.c.

Member Data Documentation

◆ global

ImGlobalTile* ImThreadTile::global

Definition at line 51 of file cache.c.

Referenced by imb_thread_cache_get_tile().

◆ ibuf

ImBuf* ImThreadTile::ibuf

Definition at line 48 of file cache.c.

Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().

◆ next

struct ImThreadTile* ImThreadTile::next

Definition at line 46 of file cache.c.

◆ prev

struct ImThreadTile * ImThreadTile::prev

Definition at line 46 of file cache.c.

◆ tx

int ImThreadTile::tx

Definition at line 49 of file cache.c.

Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().

◆ ty

int ImThreadTile::ty

Definition at line 49 of file cache.c.

Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().


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