Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit b3efcb13e0 - Show all commits

View File

@ -154,10 +154,6 @@ namespace JabyEngine {
};
struct LookUpColor8 {
static constexpr BitRange LUPosition[] = {
BitRange::from_to(0, 7),
BitRange::from_to(8, 15)
};
uint8_t lu_id[2];
static constexpr LookUpColor8 from_ids(uint8_t px0, uint8_t px1) {