summaryrefslogtreecommitdiffstats
path: root/tools/gfx/d3d11/d3d11-shader-object.h
Commit message (Collapse)AuthorAge
* Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak2025-04-17
| | | * Fix compiler warning with clang 18.1.8 on windows
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Split render-d3d11.cpp into smaller files (#2307)lucy96chen2022-06-30
* render-d3d11 split, does not compile * Compiles but unit tests failing * ran premake.bat * Readded constructor code that was accidentally removed