dmurdoch/rgl

Allow different texture modes

dmurdoch opened this issue · 0 comments

OpenGL supports several different texture modes; rgl only uses GL_MODULATE. GL_REPLACE would make more sense, e.g. see #298 . When the surface to modify is white, they are the same. When it is black, GL_MODULATE causes the texture to be ignored.