mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
fix missing Histogram
This commit is contained in:
parent
05af708e84
commit
5e2f790ee6
@ -27,10 +27,9 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
#include "../Vector4.h"
|
#include "../Vector4.h"
|
||||||
|
#include "Histogram.h"
|
||||||
|
|
||||||
namespace rgbcx {
|
namespace rgbcx {
|
||||||
template <size_t N> class Histogram;
|
|
||||||
|
|
||||||
template <size_t N> class OrderTable {
|
template <size_t N> class OrderTable {
|
||||||
public:
|
public:
|
||||||
static constexpr unsigned HashCount = 1 << ((N - 1) * 4); // 16**(N-1)
|
static constexpr unsigned HashCount = 1 << ((N - 1) * 4); // 16**(N-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user