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-03-01 13:36:46 +0300
committerJacques Lucke <jacques@blender.org>2022-03-01 13:36:46 +0300
commit4b9c77a19aa359b5ab4b86e05cff1c8627d05a1e (patch)
tree8a5b74ef6f782e269883a1a38896cea51d4e953c /source/blender/imbuf/IMB_imbuf.h
parentf0bfceb96d86062245c673938a8272276c1fcacf (diff)
parent9216cf9cb589f4d8ec0e79f0f0a160ce2c1dfb07 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 23b9c85bd5b..6b35e84ca51 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -560,6 +560,9 @@ bool IMB_alpha_affects_rgb(const struct ImBuf *ibuf);
* Create char buffer, color corrected if necessary, for ImBufs that lack one.
*/
void IMB_rect_from_float(struct ImBuf *ibuf);
+void IMB_float_from_rect_ex(struct ImBuf *dst,
+ const struct ImBuf *src,
+ const struct rcti *region_to_update);
void IMB_float_from_rect(struct ImBuf *ibuf);
/**
* No profile conversion.