This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-final
Archived
Watch
0
Star
0
Fork
You've already forked ryujinx-final
0
Code
Activity
This repository has been archived on
2024-10-12
. You can view files and clone it, but cannot push or open issues or pull requests.
eff8379d2a
ryujinx-final
/
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
}
}
Copy permalink