summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/varying_state.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement convert legacy to genericFeng Chen2021-11-191-1/+2
|
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-0/+69
Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's.