aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-03-03 00:40:51 +0000
committerrodri <rgl@antares-labs.eu>2024-03-03 00:40:51 +0000
commit6b71bf694a9fa2e694f3e70a2067e0021b2c2f07 (patch)
tree666b102170f4ad3803fcc284dafb330f931cf7e1 /mkfile
parente0baf147d655409b721e41b0e3effabd39a96b34 (diff)
downloadlibgraphics-6b71bf694a9fa2e694f3e70a2067e0021b2c2f07.tar.gz
libgraphics-6b71bf694a9fa2e694f3e70a2067e0021b2c2f07.tar.bz2
libgraphics-6b71bf694a9fa2e694f3e70a2067e0021b2c2f07.zip
add user-defined vertex attributes (varyings) and improve the interpolation code.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 5956ba1..8964317 100644
--- a/mkfile
+++ b/mkfile
@@ -6,6 +6,7 @@ OFILES=\
viewport.$O\
render.$O\
scene.$O\
+ vertex.$O\
alloc.$O\
fb.$O\
shadeop.$O\