Andre Weissflog
Andre Weissflog
I ended up merging the 'extended' PR here which is based on your PR: https://github.com/floooh/sokol/pull/1108
Those CI errors are unrelated. Looks like the Spine C API has changed. I'll look into it.
Ok, I pinned the spine version used in the tests to 4.1 in the master branch. Can you rebase your PR on top of master? The actual changes are looking...
Ok merged, thanks! I'll also add a small changelog blurb.
Yeah, I can reproduce in a `GNOME (Wayland)` session but not in a `KDE (Wayland)` session. I guess GNOME needs to fix this on their side, since it works correctly...
The recent storage buffer support might make this a little bit less awkward since storage buffer array items have much fewer memory layout restrictions (the restrictions for uniforms need to...
I'm aware of the problem, but don't have a good solution to the question of "what makes a new release", mainly because the sokol repository is a collection of libraries,...
> Also c++ bindings to allow for constexpr shader translation? Shouldn't it be possible already to do such a constexpr shader translation into an constexpr-populated sg_shader_desc struct and then pass...
> Also will cmake support be a thing? Especially considering emscripten and all that PS: Not having build system files in the sokol repo is a conscious decision, because there...