shithub: tinygl

Download patch

ref: 9f2d15dc1690163915e18881128447e8b3731f9e
parent: dd1547c8f09c779cd0f225cf3c4d35b305f5c375
author: David <gek@katherine>
date: Mon Feb 22 06:31:10 EST 2021

Readme update

--- a/README.md
+++ b/README.md
@@ -152,8 +152,11 @@
 
 * the X dimension of the rendering window with must be a multiple of 4.
 
-* Line and point rendering have no blending. Point rendering is planned to be updated but line rendering is a secondary priority.
-(Games don't use wireframe rendering very much- but point rendering is useful for fast point sprites)
+* Line rendering is not blended
+
+* The ARB extension for point sprite size attenuation is not enabled.
+
+* Point smoothing is not implemented, points are always squares of a solid color.
 
 * <Undocumented limitations that have not been tested>