Blender V4.3
blender::bke::image::partial_update::PartialUpdateRegion Struct Reference

A region to update. More...

#include <BKE_image_partial_update.hh>

Public Attributes

struct rcti region
 region of the image that has been updated. Region can be bigger than actual changes.
 
TileNumber tile_number
 Tile number (UDIM) that this region belongs to.
 

Detailed Description

A region to update.

Data is organized in tiles. These tiles are in texel space (1 unit is a single texel). When tiles are requested they are merged with neighboring tiles.

Definition at line 57 of file BKE_image_partial_update.hh.

Member Data Documentation

◆ region

struct rcti blender::bke::image::partial_update::PartialUpdateRegion::region

region of the image that has been updated. Region can be bigger than actual changes.

Definition at line 60 of file BKE_image_partial_update.hh.

Referenced by blender::bke::image::partial_update::TEST_F(), blender::bke::image::partial_update::TEST_F(), blender::bke::image::partial_update::TEST_F(), and blender::bke::image::partial_update::TEST_F().

◆ tile_number

TileNumber blender::bke::image::partial_update::PartialUpdateRegion::tile_number

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