summaryrefslogtreecommitdiff
path: root/tools/gfx/cpu/cpu-shader-object.cpp
AgeCommit message (Collapse)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
* Move switch statement bodies to their own lines * format --------- Co-authored-by: Yong He <yonghe@outlook.com>
2024-10-29formatEllie Hermaszewska
* format * Minor test fixes * enable checking cpp format in ci
2022-07-27Split render-cpu into smaller files (#2340)lucy96chen
* render-cpu split, does not compile * split finished, one compile error * added missing include and missing destructor implementation * Rerun TeamCity CI