ref: 175671e83f107c3fd4282ed8bc15ebae188da1df
parent: c8a1b2691a467bb384a839d1358677fceba71006
author: David <gek@katherine>
date: Sun Feb 14 08:23:42 EST 2021
A
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
The changelog is as such:
-* Disabled all non-RGBA rendering modes. The only supported mode is now RGBA.
+* Disabled 8, 15, and 24 bit rendering modes. 16 and 32 are the only supported rendering modes (Coincidentally, they are also the fastest)
* Implemented new functions and some of GL 1.1's prototypes including polygon stipple.
@@ -44,7 +44,6 @@
C99. TinyGL has very few external dependencies.
-
Notable limitations:
* The only supported texture size and format is RGB 256x256
@@ -59,6 +58,8 @@
### NEW FUNCTIONS
These are functions not in the GL 1.1 spec that i've added to make this library more useful.
+
+These functions cannot be added as opcodes to display lists.
### glDeleteList