[Bf-blender-cvs] [a9c7ebbef28] temp-gpu-texture-partial-updates: Small changes to comment.

Jeroen Bakker noreply at git.blender.org
Fri Nov 19 15:41:08 CET 2021


Commit: a9c7ebbef2859abb11143c8e015a8e5b62cc22a5
Author: Jeroen Bakker
Date:   Fri Nov 19 15:40:56 2021 +0100
Branches: temp-gpu-texture-partial-updates
https://developer.blender.org/rBa9c7ebbef2859abb11143c8e015a8e5b62cc22a5

Small changes to comment.

===================================================================

M	source/blender/blenkernel/BKE_image.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index 5efc5e53ff2..1aa2c862cf8 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -427,10 +427,7 @@ typedef struct PartialUpdateRegion {
   struct rcti region;
 
   /**
-   * \brief Tile number that this region belongs to.
-   *
-   * For tiled images it contains the UDIM tile number (1001, 1010).
-   * For non tiled images this is set to 0.
+   * \brief Tile number (UDIM) that this region belongs to.
    */
   int tile_number;
 } PartialUpdateRegion;
@@ -442,7 +439,7 @@ typedef enum ePartialUpdateIterResult {
   /** \brief no tiles left when iterating over tiles. */
   PARTIAL_UPDATE_ITER_FINISHED = 0,
 
-  /** \brief a tile was available and has been loaded. */
+  /** \brief a chunk was available and has been loaded. */
   PARTIAL_UPDATE_ITER_CHANGE_AVAILABLE = 1,
 } ePartialUpdateIterResult;



More information about the Bf-blender-cvs mailing list