Blender  V2.93
Public Types | Public Member Functions | Public Attributes | List of all members
Tile Class Reference

#include <tile.h>

Public Types

enum  State {
  RENDER = 0 , RENDERED , DENOISE , DENOISED ,
  DONE
}
 

Public Member Functions

 Tile ()
 
 Tile (int index_, int x_, int y_, int w_, int h_, int device_, State state_=RENDER)
 

Public Attributes

int index
 
int x
 
int y
 
int w
 
int h
 
int device
 
State state
 
RenderBuffersbuffers
 

Detailed Description

Definition at line 29 of file tile.h.

Member Enumeration Documentation

◆ State

Enumerator
RENDER 
RENDERED 
DENOISE 
DENOISED 
DONE 

Definition at line 39 of file tile.h.

Constructor & Destructor Documentation

◆ Tile() [1/2]

Tile::Tile ( )
inline

Definition at line 43 of file tile.h.

◆ Tile() [2/2]

Tile::Tile ( int  index_,
int  x_,
int  y_,
int  w_,
int  h_,
int  device_,
State  state_ = RENDER 
)
inline

Definition at line 47 of file tile.h.

Member Data Documentation

◆ buffers

RenderBuffers* Tile::buffers

◆ device

int Tile::device

Definition at line 33 of file tile.h.

Referenced by TileManager::gen_render_tiles().

◆ h

int Tile::h

◆ index

int Tile::index

Definition at line 31 of file tile.h.

Referenced by Session::acquire_tile(), and TileManager::gen_render_tiles().

◆ state

State Tile::state

◆ w

int Tile::w

◆ x

int Tile::x

◆ y

int Tile::y

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