1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00

support to draw colored textures

This commit is contained in:
Zeno Rogue
2020-09-11 11:08:27 +02:00
parent 8dc7a6cd92
commit 6d8cc0eadc
3 changed files with 34 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ struct escher_floorshape : floorshape {
struct basic_textureinfo {
int texture_id;
vector<glvertex> tvertices;
vector<glvertex> colors;
};
/** basic geometry parameters */