Implement Constant Color blends (#1119)
* Implement Constant Color blends and init blend states * Address gdkchan's comments Also adds Set methods to GpuState * Fix descriptions of QueryModified
This commit is contained in:
parent
75ec30c962
commit
a728610b40
10 changed files with 140 additions and 16 deletions
|
@ -26,8 +26,6 @@ namespace Ryujinx.Graphics.GAL
|
|||
|
||||
void SetBlendState(int index, BlendDescriptor blend);
|
||||
|
||||
void SetBlendColor(ColorF color);
|
||||
|
||||
void SetDepthBias(PolygonModeMask enables, float factor, float units, float clamp);
|
||||
void SetDepthClamp(bool clampNear, bool clampFar);
|
||||
void SetDepthMode(DepthMode mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue