summaryrefslogtreecommitdiff
path: root/src/rendering.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-11 22:00:11 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-11 22:00:11 +0100
commit616d099498ec573ec32ec1eb91ddc076c7622d31 (patch)
tree35a5f56f7fdc3e226e68189d9ea490bb91786ec4 /src/rendering.h
parent20c10be82f9a38a1def467408c1173d38ff993a8 (diff)
fix color channels
Diffstat (limited to 'src/rendering.h')
-rw-r--r--src/rendering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rendering.h b/src/rendering.h
index a1ad270..85d3d88 100644
--- a/src/rendering.h
+++ b/src/rendering.h
@@ -12,6 +12,7 @@ enum image_type_e {
enum image_format_e {
IMAGE_FORMAT_RGBA = GL_RGBA,
+ IMAGE_FORMAT_RED = GL_RED,
};
enum image_data_type_e {