summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2017-08-16More work on IRTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-10Make source location lightweightTim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-13Add support for dumping intermediates for debugging.Tim Foley
2017-07-13Allow GLSL `#version` to be selected based on profileTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-12Add per-entry-point information to reflection JSON dumpsTim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Refactored compile output to work with raw data instead of StringsKai-Hwa Yao
2017-07-10Cleanups for test cases:Tim Foley
2017-07-07Add some reflection support for SSBO and `tbuffer` declarationsTim Foley
2017-07-07Fix typo in parameter category nameTim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley