aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalCullFace.cs
AgeCommit message (Collapse)Author
2020-01-09Initial workgdk
2018-07-05Implement some GPU features (#209)ReinUsesLisp
* Implement stencil testing * Implement depth testing * Implement face culling * Implement front face * Comparison functions now take OGL enums too * Fix front facing when flipping was used * Add depth and stencil clear values