summaryrefslogtreecommitdiff
path: root/source/slang/type-layout.h
AgeCommit message (Expand)Author
2018-01-03Merge https://github.com/shader-slang/slangYong He
2018-01-03Fix bug around arrays of structs of resources (#352)Tim Foley
2018-01-03Add API for querying TypeLayout from a TypeYong He
2018-01-02no-codegen compile flag and global generics reflection (#347)Yong He
2017-12-14More fixups for Vulkan parameter block bindings (#309)Tim Foley
2017-12-13Fix parameter block binding for Vulkan (#308)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-20fixup global generic parametersYong He
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-09-12Get IR working for `AdaptiveTessellationCS40/Render` testTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-07-22Make the "hack" sampler explicit for nowTim Foley
2017-07-17Handle `Buffer` types more like texturesTim Foley
2017-07-14Adjust type layout when parameter block constains member using the same resourceTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-10Try to be more robust against un-checked types during lowering, etc.Tim Foley
2017-07-10Start handling system-value semantics during loweringTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley