implemented CRTP shader on ColorShader and Rectangle
This commit is contained in:
@@ -16,6 +16,8 @@ namespace UwU {
|
||||
Color c;
|
||||
|
||||
Color shade(uint16_t x, uint16_t y) {
|
||||
(void)x;
|
||||
(void)y;
|
||||
return c;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user