plenty of additions to rendering. transformation now work almost as expected ...
This commit is contained in:
parent
841b0eeb46
commit
40b84fb78f
18 changed files with 242 additions and 251 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue