summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/varying_state.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.