aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/GraphicsBase.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some usage of my format.Yuqian Yang2025-09-071-3/+4
|
* Rename common to base.crupest2024-10-061-3/+3
|
* Fix typo: Infinate -> Infinitecrupest2023-10-181-5/+1
| | | | Actually I'm testing nvim-gitsigns...
* Re-think about ToString.crupest2023-10-141-11/+12
| | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace.
* SvgGeometryBuilder done!crupest2023-10-121-12/+11
|
* ...crupest2022-03-121-2/+5
|
* ...crupest2022-03-021-1/+3
|
* ...crupest2022-02-081-0/+287