jdh
jdh
Sorry if an issue is not the best place for this (please tag with "enhancement"). I've got an experimental fork of sokol_gfx and sokol_imgui (see https://github.com/floooh/sokol/compare/master...jdah:sokol:master) with some very simple...
tiny bug: in `_sg_gl_create_image` uses `_sg_gl_filter` to convert sokol filter enums -> GL enums, but `glTexParameteri(GL_TEXTURE_MAG_FILTER, ...)` only accepts `GL_NEAREST` and `GL_LINEAR` as parameters, so `_sg_gl_filter` returns invalid enums for...
**Describe the bug** Shaders which declare a uniform array `uniform vec4 u_array[3]` now report a `num` (from `bgfx::getUniformInfo`) of `1` instead of `3` as expected. I have tested in my...