floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.55k stars 469 forks source link

Query pixel format bytes-per-pixel, row- and surface-pitch. #962

Closed floooh closed 6 months ago

floooh commented 6 months ago

Fixes https://github.com/floooh/sokol/issues/946

Also add public functions sg_query_row_pitch() and sg_query_surface_pitch() (expose the private functions _sg_row_pitch() and _sg_surface_pitch() in the public API.

TODO: