Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2022-02-04 15:11:18 +0300
committerJacques Lucke <jacques@blender.org>2022-02-04 15:11:18 +0300
commitf9aab6717bd5c47e19a93f3ad6eb3500888f12d4 (patch)
tree484ecf3163760f7cbec1059521867c05f1fe6b20 /source/blender/draw/engines/image/image_texture_info.hh
parente6f9a728841082a98ba1ec1c0e006322edfe81fe (diff)
parentb8a634cb1dff736f5c4b2109e759cfb8ac848c41 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/draw/engines/image/image_texture_info.hh')
-rw-r--r--source/blender/draw/engines/image/image_texture_info.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/draw/engines/image/image_texture_info.hh b/source/blender/draw/engines/image/image_texture_info.hh
index 571328cca9f..8c3b7494831 100644
--- a/source/blender/draw/engines/image/image_texture_info.hh
+++ b/source/blender/draw/engines/image/image_texture_info.hh
@@ -44,8 +44,10 @@ struct TextureInfo {
/** \brief area of the texture in screen space. */
rctf clipping_bounds;
- /** \brief uv area of the texture. */
- rctf uv_bounds;
+ /** \brief uv area of the texture (copy from ARegion). */
+ rctf region_uv_bounds;
+ /** \brief uv area of the texture in screen space. */
+ rctf clipping_uv_bounds;
/**
* \brief Batch to draw the associated text on the screen.