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:
[x] write exhaustive tests for sg_query_row_pitch() and sg_query_surface_pitch()
Fixes https://github.com/floooh/sokol/issues/946
Also add public functions
sg_query_row_pitch()
andsg_query_surface_pitch()
(expose the private functions_sg_row_pitch()
and_sg_surface_pitch()
in the public API.TODO: