aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-03-06 12:41:00 +0000
committerrodri <rgl@antares-labs.eu>2024-03-06 12:41:00 +0000
commit96eb8b3c74e8d95579dbd8a3727b7c25f4d49ba2 (patch)
tree2601f2d5c017a3aad25cfc55f2ef26f1e4c0431e /mkfile
parent6b71bf694a9fa2e694f3e70a2067e0021b2c2f07 (diff)
downloadlibgraphics-96eb8b3c74e8d95579dbd8a3727b7c25f4d49ba2.tar.gz
libgraphics-96eb8b3c74e8d95579dbd8a3727b7c25f4d49ba2.tar.bz2
libgraphics-96eb8b3c74e8d95579dbd8a3727b7c25f4d49ba2.zip
add a texture sampler with nearest and bilinear routines.
pass the material reference along with the vertices. also implemented back-face culling, but it's disabled for now.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 8964317..7a05817 100644
--- a/mkfile
+++ b/mkfile
@@ -7,6 +7,7 @@ OFILES=\
render.$O\
scene.$O\
vertex.$O\
+ texture.$O\
alloc.$O\
fb.$O\
shadeop.$O\