Forgot to save
This commit is contained in:
parent
dcf703d15b
commit
f53995f173
|
@ -154,10 +154,6 @@ namespace JabyEngine {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct LookUpColor8 {
|
struct LookUpColor8 {
|
||||||
static constexpr BitRange LUPosition[] = {
|
|
||||||
BitRange::from_to(0, 7),
|
|
||||||
BitRange::from_to(8, 15)
|
|
||||||
};
|
|
||||||
uint8_t lu_id[2];
|
uint8_t lu_id[2];
|
||||||
|
|
||||||
static constexpr LookUpColor8 from_ids(uint8_t px0, uint8_t px1) {
|
static constexpr LookUpColor8 from_ids(uint8_t px0, uint8_t px1) {
|
||||||
|
|
Loading…
Reference in New Issue