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 4 additions and 0 deletions
Showing only changes of commit 599a346b0d - Show all commits

View File

@ -92,6 +92,10 @@ namespace JabyEngine {
}
};
static constexpr struct GP0 ClearCache() {
return Helper::construct_cmd<struct GP0>(0x01, 0x0);
}
static constexpr struct GP0 QuickFill(GPU::Color24 color) {
return Helper::construct_cmd<struct GP0>(0x02, color.raw());
}