summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-bit-field-accessors.cpp
AgeCommit message (Collapse)Author
2024-10-29formatEllie Hermaszewska
* format * Minor test fixes * enable checking cpp format in ci
2024-06-06Fix build warnings and treat warnings as error on CI (#4276)Jay Kwak
* Fix build warnings and treat warnings as error
2024-03-01Small cleanups for bitfield accessor synthesis (#3651)Ellie Hermaszewska
* Remove duplicate function * neaten --------- Co-authored-by: Yong He <yonghe@outlook.com>
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
* 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