Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 443 Bytes

Simple software render implement

Including

  • Vertex data input
  • Face culling
  • Vertex clipping
  • Vertex shading
  • Rasterization
  • Z testing
  • Texture sampler
  • Render to texture
  • Pixel shading
  • Alpha blending
  • Pixel output

Implement detail (Chinese)

http://blog.csdn.net/zxx43/article/category/5617159

Screenshot