Closed
Description
When we create an image with sg_make_image
, we pass it a sg_image_desc
with the width/height and other parameters. As far as I can see, it's not possible to retrieve it. The only thing that we can retrieve is an sg_image_info
which gives us the width/height but why can't we get back the original desc structure with all the fields? Isn't is useful sometimes to know the other parameters? (maybe I'm dumb and we just don't care, but this seems strange to me)
Metadata
Assignees
Labels
No labels