Philippe
Philippe
@ericsink any chance to see this merged down the road? Thanks!
> The native sqlite3_bind_blob() function doesn't have an offset parameter. I see the issue. I wasn't able to properly test this PR since I couldn't get the build environment to...
IIRC, I have seen this issue pop on and off since VS 2017 (on various packages). This is the most "root cause" issue I could find on the subject: https://github.com/dotnet/runtime/issues/29209...
For context, our use case was to use `gltf-transform` (or custom tool) for compression since it gave us a bit more flexibility there and `gltfpack` for geometry.
`gltf-transform` offers more granularity and more options for texture processing; we want to be able to resize certain class of textures and also have a bit more control over compression...