This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 13:48:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b2b736abc2
Ryujinx
/
Ryujinx.Graphics
/
Gal
/
GalFrontFace.cs
8 lines
119 B
C#
Raw
Normal View
History
Unescape
Escape
Implement some GPU features (#209) * 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
2018-07-05 18:47:29 +00:00
namespace
Ryujinx.Graphics.Gal
{
public
enum
GalFrontFace
{
Do naming refactoring on Ryujinx.Graphics (#611) * Renaming part 1 * Renaming part 2 * Renaming part 3 * Renaming part 4 * Renaming part 5 * Renaming part 6 * Renaming part 7 * Renaming part 8 * Renaming part 9 * Renaming part 10 * General cleanup * Thought I got all of these * Apply #595 * Additional renaming * Tweaks from feedback * Rename files
2019-03-04 01:45:25 +00:00
Cw
=
0x900
,
Ccw
=
0x901
Implement some GPU features (#209) * 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
2018-07-05 18:47:29 +00:00
}
}
Reference in a new issue
Copy permalink