rework slope/edge code. lay groundwork for antialiasing.

This commit is contained in:
StapleButter
2017-05-28 18:36:42 +02:00
parent 529039f766
commit ae78faf2a7
3 changed files with 93 additions and 76 deletions

View File

@ -22,11 +22,6 @@
namespace GPU3D
{
namespace SoftRenderer
{
class Slope;
}
typedef struct
{
s32 Position[4];