summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-21 23:14:29 +0000
committerrodri <rgl@antares-labs.eu>2024-08-21 23:14:29 +0000
commitaad0e63683c0b66cdd8d30c0253aafc5e4da0ef0 (patch)
treeaa52a6212f119e15e4e6041b8af4ab8f9657f9b4 /graphics.h
parent1ec784ed5ae593f3d382c37c6f34fabe1497a861 (diff)
downloadlibgraphics-aad0e63683c0b66cdd8d30c0253aafc5e4da0ef0.tar.gz
libgraphics-aad0e63683c0b66cdd8d30c0253aafc5e4da0ef0.tar.bz2
libgraphics-aad0e63683c0b66cdd8d30c0253aafc5e4da0ef0.zip
fix the A-buffer so that it handles multiple render passes.
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 42aef67..448acbb 100644
--- a/graphics.h
+++ b/graphics.h
@@ -144,6 +144,7 @@ struct Material
Color specular;
double shininess;
Texture *diffusemap;
+ Texture *specularmap;
Texture *normalmap;
};