Major push to get renderer separated and configurable.
Signed-off-by: Hartmut Seichter <hartmut@technotecture.com>
This commit is contained in:
parent
77e254872f
commit
d2c8262c68
22 changed files with 542 additions and 97 deletions
|
@ -24,7 +24,7 @@ struct image_io::impl
|
|||
|
||||
image r;
|
||||
|
||||
r.create(sizei(x,y),image::pixel_layout::RGBA8,data);
|
||||
r.create(size(x,y),image::pixel_layout::RGBA8,data);
|
||||
|
||||
stbi_image_free(data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue