summaryrefslogtreecommitdiffstats
path: root/source/slang/reflection.cpp
Commit message (Expand)AuthorAge
* Handle `Buffer` types more like texturesTim Foley2017-07-17
* Add reflection support for GLSL thread-group-size modifierTim Foley2017-07-14
* An array of resources in Vulkan only consumes one bindingTim Foley2017-07-13
* Add basic reflection query for checking if entry point is "sample-rate"Tim Foley2017-07-12
* Add per-entry-point information to reflection JSON dumpsTim Foley2017-07-12
* Try to be more robust against un-checked types during lowering, etc.Tim Foley2017-07-10
* Some quick fixes to reflection API to try to help FalcorTim Foley2017-07-09
* Add some reflection support for SSBO and `tbuffer` declarationsTim Foley2017-07-07
* Handle new parameter category cases in reflection JSON emitTim Foley2017-07-07
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Store integer literals at high precision in ASTTim Foley2017-06-28
* Replace `DeclRef` approachTim Foley2017-06-15
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09