13 #ifndef OGLPLUS_IMAGES_SORT_NW_1404252143_HPP
14 #define OGLPLUS_IMAGES_SORT_NW_1404252143_HPP
54 static unsigned _pot(
unsigned n);
55 static unsigned _next_log(
unsigned n);
56 static unsigned _num_steps(
unsigned size);
65 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
66 #include <oglplus/images/sort_nw.ipp>
67 #endif // OGLPLUS_LINK_LIBRARY
69 #endif // include guard
SortNWMap(unsigned size)
Generates the sorting network encoding for size elements.
Generator of an Image encoding a sorting network of specified size.
Definition: sort_nw.hpp:49
Wrapper for (texture) image data.
Definition: image.hpp:45