Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 12, 2023
1 parent d30ace2 commit 74fd428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/libCZI/libCZI_Compositor.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace libCZI
/// Otherwise the Z-order is arbitrary.
bool sortByM;

/// If true, then the tile-visibility-check-optimization is used (if available). When doing the multi-tile composition,
/// If true, then the tile-visibility-check-optimization is used. When doing the multi-tile composition,
/// all relevant tiles are checked whether they are visible in the destination bitmap. If a tile is not visible, then
/// the corresponding sub-block is not read. This can speed up the operation considerably. The result is the same as
/// without this optimization - i.e. there should be no reason to turn it off besides potential bugs.
Expand Down Expand Up @@ -256,7 +256,7 @@ namespace libCZI
/// is given here, then no filtering is applied.
std::shared_ptr<libCZI::IIndexSet> sceneFilter;

/// If true, then the tile-visibility-check-optimization is used (if available). When doing the multi-tile composition,
/// If true, then the tile-visibility-check-optimization is used. When doing the multi-tile composition,
/// all relevant tiles are checked whether they are visible in the destination bitmap. If a tile is not visible, then
/// the corresponding sub-block is not read. This can speed up the operation considerably. The result is the same as
/// without this optimization - i.e. there should be no reason to turn it off besides potential bugs.
Expand Down

0 comments on commit 74fd428

Please sign in to comment.