mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-02 00:59:04 +00:00
Implement Depth Clamping (#1120)
* Implement Depth Clamping and add misc enums * Fix formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user