cache optimized rectangle drawing and made sure the methods could be inlined

This commit is contained in:
2026-07-08 13:33:43 -07:00
parent 85cfdaab49
commit 04afd9eee0
9 changed files with 143 additions and 36 deletions
+11
View File
@@ -70,4 +70,15 @@ namespace UwU {
// uint16_t *xxMap;
// };
enum ShaderType {
COLOR,
HGRADIENT,
VGRADIENT
};
enum Direction {
H,
V
};
}