9e63fb6b64
The drawing is now completely shader based, which makes away with all usage of the depracted matrix stack. This also allows us to do things like simple translations and texture coordinate translation directly instead of doing everything indirectly through matrices. Fixed vertex attributes ('vertexPointer()' etc) are also replaced with user defined attribute arrays. |
||
---|---|---|
.. | ||
bitmapBlit.frag | ||
hue.frag | ||
plane.frag | ||
simple.frag | ||
simple.vert | ||
simpleAlpha.frag | ||
simpleColor.frag | ||
simpleColor.vert | ||
sprite.frag | ||
sprite.vert | ||
trans.frag | ||
transSimple.frag |