Blender Git Loki
Git Commits -> Revision f76e04b
Revision f76e04b by Jeroen Bakker (master) December 10, 2021, 14:19 (GMT) |
ImBuf: Use templating for IMB_transform. Reduce the inner loop of IMB_transform by extracting writing to an output buffer in a template. This reduces a branch in the inner loop and would allow different number of channels in the future. |
Commit Details:
Full Hash: f76e04bf4d7cdce8fe563b85bb272e9d5ede2b78
Parent Commit: 37e799e
Lines Changed: +132, -30
1 Modified Path:
/source/blender/imbuf/intern/transform.cc (+132, -30) (Diff)