shithub: tinygl

Download patch

ref: e26ac69f117e5e3d268cd4e3fd16e6628cb844cd
parent: be646bf6b54840fc068899be22d3fb4860bf6363
author: David <gek@katherine>
date: Sun Feb 14 11:53:51 EST 2021

Feature update

--- a/include/zfeatures.h
+++ b/include/zfeatures.h
@@ -51,8 +51,8 @@
 #define TGL_FEATURE_8_BITS         0
 #define TGL_FEATURE_24_BITS        0
 //These are the only maintained modes.
-#define TGL_FEATURE_16_BITS        1
-#define TGL_FEATURE_32_BITS        0
+#define TGL_FEATURE_16_BITS        0
+#define TGL_FEATURE_32_BITS        1
 
 //MAINTAINER'S NOTE: Only TGL_FEATURE_RENDER_BITS 32 is maintained.
 //TODO: Include support for 16 bit.