summaryrefslogtreecommitdiff
path: root/tools/gfx/cuda/cuda-command-buffer.cpp
AgeCommit message (Collapse)Author
2024-10-29formatEllie Hermaszewska
* format * Minor test fixes * enable checking cpp format in ci
2022-07-25Split render-cuda.cpp into smaller files (#2334)lucy96chen
* render-cuda split, compile errors galore due to missing includes etc. * render-cuda split and fully compiles * Ran premake.bat to disable cuda; Added all new files * Removed render-cuda files * CI fixes * Rerun CI