Blender V5.0
blender::bke::image::partial_update::PartialUpdateRegion Struct Reference

A region to update. More...

#include <BKE_image_partial_update.hh>

Public Attributes

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 54 of file BKE_image_partial_update.hh.

Member Data Documentation

◆ region

◆ tile_number

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

Tile number (UDIM) that this region belongs to.

Definition at line 62 of file BKE_image_partial_update.hh.

Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes().


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