mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +02:00
Implement Depth Clamping (#1120)
* Implement Depth Clamping and add misc enums * Fix formatting
This commit is contained in:
parent
4a06a8049b
commit
855161db98
6 changed files with 60 additions and 3 deletions
|
@ -29,6 +29,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
void SetBlendColor(ColorF color);
|
||||
|
||||
void SetDepthBias(PolygonModeMask enables, float factor, float units, float clamp);
|
||||
void SetDepthClamp(bool clampNear, bool clampFar);
|
||||
void SetDepthMode(DepthMode mode);
|
||||
void SetDepthTest(DepthTestDescriptor depthTest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue