Files
test/source/blender/draw/intern
Jacques Lucke 9c79875f65 Cleanup: use BitSpan instead of BitVector where possible
Passing a `BitSpan` is generally better because then the caller is not
forced to allocate the bits with a `BitVector`. Also, the `BitSpan` can
be stored in the stack, which removes one pointer indirection compared
to accessing bits through a `BitVector &`.
2023-02-17 00:47:02 +01:00
..
2022-09-02 18:45:14 +02:00
2023-02-14 10:29:46 +11:00
2022-10-03 12:04:41 +11:00
2022-09-02 18:45:14 +02:00
2023-01-23 17:59:07 +01:00
2023-01-24 17:59:29 +01:00