summaryrefslogtreecommitdiffstats
path: root/tools/gfx/debug-layer.cpp
Commit message (Collapse)AuthorAge
* Rework shader object specialization control interface. (#1857)Yong He2021-05-25
|
* Allow overriding specialization args via `IShaderObject`. (#1854)Yong He2021-05-25
| | | | | | | * Allow overriding specialization args via `IShaderObject`. * Fixes. Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>
* [gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He2021-05-21
| | | Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>
* `gfx` DebugCallback and debug layer. (#1822)Yong He2021-04-29
* `gfx` DebugCallback and debug layer.