summaryrefslogtreecommitdiff
path: root/source/slang/type-system-shared.cpp
AgeCommit message (Collapse)Author
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
* Prefixing source files in source/slang with slang- * Prefix source in source/slang with slang- prefix. * Rename core source files with slang- prefix. * Update project files. * Fix problems from automatic merge.
2018-02-23Refactor IR type system, step 0Yong He
Pull BaseType, TextureFlavor and SamplerStateFlavor enums and helper functions into a shared file "type-system-shared.h".