summaryrefslogtreecommitdiff
path: root/include/slang-image-format-defs.h
AgeCommit message (Collapse)Author
2025-01-24Add bgra8 format (#6163)Darren Wihandi
* add brga8 format * add tests * minor fixes * cleanup * maybe fix broken quad control test * add missing xslang flag on test --------- Co-authored-by: Yong He <yonghe@outlook.com>
2024-10-29formatEllie Hermaszewska
* format * Minor test fixes * enable checking cpp format in ci
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He