shithub: tinygl

Download patch

ref: 755062851577203aabf80552b18c0de8e8b87b57
parent: 0ce9b9601ad5305286dfa5eddce261bc5d2200e1
author: David <gek@katherine>
date: Sun Mar 14 13:11:45 EDT 2021

Automatic commit.

--- a/README.md
+++ b/README.md
@@ -408,7 +408,20 @@
 
 Note that you may have to take special care to prevent race conditions when using multithreading with this function.
 
+### NEW glGet calls!!!
 
+You can query glGetIntegerV with these new definitions
+```c
+	GL_POLYGON_MAX_VERTEX = 0xf001,
+	GL_MAX_BUFFERS = 0xf002,
+	GL_TEXTURE_HASH_TABLE_SIZE = 0xf003,
+	GL_MAX_TEXTURE_LEVELS = 0xf004,
+	GL_MAX_SPECULAR_BUFFERS = 0xf005,
+	GL_MAX_DISPLAY_LISTS = 0xf006,
+	GL_ERROR_CHECK_LEVEL = 0xf007,
+	GL_IS_SPECULAR_ENABLED = 0xf008,
+```
+to query the configuration of TinyGL.
 
 ## TOGGLEABLE FEATURES