summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-check-shader-parameter-type.cpp
Commit message (Collapse)AuthorAge
* Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska2025-02-13
| | | | | | | | | | | | | * Neaten metal parameter block checking * Disallow only resources in constant buffers in parameterblocks on metal closes https://github.com/shader-slang/slang/issues/6200 * add unit test for metal parameterblock cbuffer --------- Co-authored-by: Yong He <yonghe@outlook.com>
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Fixes for Metal ParameterBlock support. (#4752)Yong He2024-07-30