summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-bit-field-accessors.cpp
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Fix build warnings and treat warnings as error on CI (#4276)Jay Kwak2024-06-06
| | | * Fix build warnings and treat warnings as error
* Small cleanups for bitfield accessor synthesis (#3651)Ellie Hermaszewska2024-03-01
| | | | | | | | | * Remove duplicate function * neaten --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Add support for bitfields (#3639)Ellie Hermaszewska2024-03-01
* Add support for bitfields Closes https://github.com/shader-slang/slang/issues/3559 * Set scopes for syntsized bitfield accessors * Simplify generated code for bitfield accessors * spelling * regenerate vs project * warnings