plenty of additions to rendering. transformation now work almost as expected ...

This commit is contained in:
Hartmut Seichter 2019-02-12 21:28:20 +01:00
parent 841b0eeb46
commit 40b84fb78f
18 changed files with 242 additions and 251 deletions

View file

@ -24,6 +24,9 @@ struct image_io::impl
image r;
r.create(sizei(x,y),image::pixel_layout::RGBA8,data);
stbi_image_free(data);
return r;
}