Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics

This commit is contained in:
Bill Meltsner
2010-04-14 21:51:35 -04:00
parent e5c3f3ae02
commit e3a5aacd5a
15 changed files with 249 additions and 138 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ namespace opengl
(GLsizei)width,
(GLsizei)height,
0,
GL_LUMINANCE_ALPHA,
GL_RGBA,
GL_UNSIGNED_BYTE,
data->getData());