summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/attribute.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove spirv handle legacy related codevonchenplus2021-12-181-1/+1
|
* Implement convert legacy to genericFeng Chen2021-11-191-0/+2
|
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-0/+6
| | | | | | Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's.
* shader: Implement transform feedbacks and define file formatReinUsesLisp2021-07-231-0/+2
|
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-1/+1
|
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+242