| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-10 | Add reflection API for functions. (#4587) | Yong He | |
| * Add reflection API for functions. This change adds `SlangFunctionReflection` type in the reflection API that provides methods for querying function result type, parameters and user-defined attributes. `ProgramLayout::findFunctionByName` can now find a function with the given name and returns a `FunctionReflection`. `IEntryPoint` now has a `getFunctionReflection` method that returns an `FunctionReflection` for the entrypoint. * More modifiers; make reflection API consistent. | |||
| 2024-04-16 | Fix Slang documentation typos (#3961) | cheneym2 | |
| 2024-03-18 | Update 09-reflection.md (#3787) | Yong He | |
| 2024-03-17 | Remove out of date documentation on compilation API. (#3785) | Yong He | |
| * Remove out of date documentation on compilation API. * Update toc. | |||
