Support ClearCache command
This commit is contained in:
parent
4ee873b02c
commit
599a346b0d
|
@ -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) {
|
static constexpr struct GP0 QuickFill(GPU::Color24 color) {
|
||||||
return Helper::construct_cmd<struct GP0>(0x02, color.raw());
|
return Helper::construct_cmd<struct GP0>(0x02, color.raw());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue