mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Software: Fix zfreeze with CullMode::All
This commit is contained in:
parent
164e0f742d
commit
59f299d5d6
7 changed files with 78 additions and 41 deletions
|
@ -11,6 +11,8 @@ namespace Rasterizer
|
|||
{
|
||||
void Init();
|
||||
|
||||
void UpdateZSlope(const OutputVertexData* v0, const OutputVertexData* v1,
|
||||
const OutputVertexData* v2);
|
||||
void DrawTriangleFrontFace(const OutputVertexData* v0, const OutputVertexData* v1,
|
||||
const OutputVertexData* v2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue