summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/varying_state.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp1-0/+69
Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's.