summaryrefslogtreecommitdiff
path: root/src/render/gl.h
diff options
context:
space:
mode:
authorxo <boneyaard@gmail.com>2026-04-13 01:46:46 +0200
committerxo <boneyaard@gmail.com>2026-04-13 01:46:46 +0200
commite827fd28abfacee5784b5a86548ebd668c84a070 (patch)
tree8c8aeaba9edbf5b8df8ebe42df0ca11f9ce772d1 /src/render/gl.h
parent8099c2a11fb4010542973bf85359935da19e2192 (diff)
fix drawing on intel gpusHEADmaster
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index b673d47..a95994d 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -20,7 +20,7 @@ struct VERTEX {
struct GL_SHADER_DEF {
const char* name;
- const char* code;
+ STR code;
I32 type;
U32 id;
U8 compiled;