aboutsummaryrefslogtreecommitdiff
path: root/texture.c
Commit message (Collapse)AuthorAgeFilesLines
* make the fshader return a Color instead of a Memimage. clean things up.rodri2024-03-061-5/+11
|
* add a texture sampler with nearest and bilinear routines.rodri2024-03-061-0/+104
pass the material reference along with the vertices. also implemented back-face culling, but it's disabled for now.