Work on new graphics (tesselated AA hardware lines, single hardware array, VBO and programatic shader generation) (thank you Hugh)

This commit is contained in:
Joshua Granick
2014-02-05 07:46:31 -08:00
parent 36051e31c8
commit 0dcd4787c4
30 changed files with 1924 additions and 2039 deletions

View File

@@ -27,14 +27,6 @@ enum PixelFormat
pfSwapRB = 0x02,
};
enum AlphaMode
{
amUnknown = 0x00,
amPremultiplied = 0x01,
amStraight = 0x02,
amIgnore = 0x03,
};
typedef unsigned char Uint8;