Results 126 issues of Andre Weissflog

...we're iterating over the C library dependencies here anyway: https://github.com/floooh/sokol-zig/blob/d9f3ef983b7021417cc91bd5788cd925ca06aa83/build.zig#L351-L367 ...maybe the Emscripten include path could be injected there, as well as depending on the Emscripten SDK setup step? That...

See https://github.com/floooh/sokol-zig/issues/63.

When a sokol-gfx resource is re-created via the uninit/init calls (so the same sokol-gfx handle is used for a different underlying resource) the BindsGroup cache needs to be invalidated, otherwise...

sokol-gfx
webgpu

emsdk version 3.1.46 Building and running webgpu samples with webgpu.h works fine without the closure pass, but when trying to enable closure with the linker option `--closure 1`, linking appears...

webgpu

...each instruction payload starts the case step of its own opcode (with offset for ED and CB prefixes), so case steps 0..767 are occupied by the first payload clock cycle....

See: https://github.com/floooh/sokol/issues/1037 TODO: - [x] rename sg_shader_desc.vertex_attrs back to attrs to be consistent with other sg_pipeline_desc - [ ] consider removing the trailing `_n` from the new backend bind slots?...

To reproduce: - go here: https://github.com/floooh/kcide-sample-kc854 - press dot - start debugging and try to set breakpoints, they are not validated... Maybe also related to https://github.com/floooh/vscode-kcide/issues/9 (e.g. something weird about...

bug

Fixes for https://github.com/floooh/sokol/pull/1111.

``` src/sokol/gfx.zig:13:10: error: no field named 'Pointer' in enum '@typeInfo(builtin.Type).@"union".tag_type.?' .Pointer => { ~^~~~~~~ /Users/floh/.zvm/master/lib/std/builtin.zig:259:18: note: enum declared here pub const Type = union(enum) { ^~~~~ referenced by: init: src/examples/texcube.zig:42:27...

The documentation about the order of dynamic offsets in the setBindGroup call could be a bit clearer. Currently it says: > Sets the current [GPUBindGroup](https://www.w3.org/TR/webgpu/#gpubindgroup) for the given index, specifying...

for webgpu editors meeting
copyediting
api