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:
authorAras Pranckevicius <aras@nesnausk.org>2022-07-15 10:20:04 +0300
committerAras Pranckevicius <aras@nesnausk.org>2022-07-15 10:20:04 +0300
commit8fd2b79ca190946fe95d915d19abbe9ddac895e9 (patch)
treec0eae2d831a9c1efe794346ae930273064a55066 /CMakeLists.txt
parentd8094f9212c1703e6230825780c06beb630f6d19 (diff)
BLI_bitmap: ability to declare by-value, and function to find lowest unset bit
In preparation for a larger change (D14162), some BLI_bitmap functionality that could be submitted separately: - Ability to declare a fixed size bitmap by-value, without extra memory allocation: BLI_BITMAP_DECLARE - Function to find the index of lowest unset bit: BLI_bitmap_find_first_unset - Test coverage of the above. Reviewed By: Campbell Barton, Bastien Montagne Differential Revision: https://developer.blender.org/D15454
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions