shithub: tinygl

Download patch

ref: 826f785fffa4bc0b6769308096025f561edea846
parent: 46d02758cdbe382a109f6b4f31dc06465d15f4ff
author: David <gek@katherine>
date: Tue Feb 16 17:16:13 EST 2021

Documentation update

binary files a/helloworld.gif b/helloworld.gif differ
--- a/src/list.c
+++ b/src/list.c
@@ -1,11 +1,13 @@
 #include "zgl.h"
 #include "msghandling.h"
+
+/*
 static char* op_table_str[] = {
 #define ADD_OP(a, b, c) "gl" #a " " #c,
 
 #include "opinfo.h"
 };
-
+*/
 static void (*op_table_func[])(GLContext*, GLParam*) = {
 #define ADD_OP(a, b, c) glop##a,
 
binary files a/texture_test.png b/texture_test.png differ