summaryrefslogtreecommitdiff
path: root/src/texture.h
Commit message (Collapse)AuthorAgeFilesLines
* Add basic block texturesAaditya Dhruv41 hours1-0/+9
- Remove the code that sent colors through uniform variables, instead send texture data - Each vertex now has a texture coordinate - struct texture is a easy way to represent textures, can be extended later - Shaders updated to use textures