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:
@@ -90,6 +90,7 @@ struct escher_floorshape : floorshape {
|
||||
struct basic_textureinfo {
|
||||
int texture_id;
|
||||
vector<glvertex> tvertices;
|
||||
vector<glvertex> colors;
|
||||
};
|
||||
|
||||
/** basic geometry parameters */
|
||||
|
||||
Reference in New Issue
Block a user