Last week, I implemented a rasterizer class to control some low-level functionality like blending and culling. While the rendered image below used alpha-clipping and alpha-blending combined, images with non-zero and non-one alpha components could have been rendered too.
Tag: rendering
Batch Renderer
Added 2D batch rendering capabilities to the Infinity engine. Texture mipmapping is now supported as well.