now lets get texturing working

This commit is contained in:
Hartmut Seichter 2019-01-31 15:55:16 +01:00
parent d9bbef876e
commit 62281699ea
6 changed files with 190 additions and 23 deletions

View file

@ -56,6 +56,8 @@ public:
static uint32_t bytes_per_pixel(pixel_layout t);
typedef shared_ptr<image> ptr;
protected:
sizei _size;