pezcode
pezcode
I mentioned this on gitter a while back but these things tend to disappear in the mist of time, so here's a trackable issue 🍉 Corrade's Emscripten toolchain file sets...
This warning keeps showing up in our code, would be nice to have it fixed/silenced for a pristine warning list (at least as far as magnum is concerned 😄) >...
It would be nice to have utility functions on `SceneGraph::Object` to find attached features by type, similar to e.g. Unity's components. ```c++ object.features(); // list of AbstractFeatures& object.feature(); // Drawable*...
I'm trying to compile the examples for asm.js on Windows. Genie apparently supports Ninja and I'm not keen on installing GNU tools or MinGW so I tried this from inside...
When building posts in UTF-8 encoded files, there's a UnicodeDecodeError in _controllers//blog/post.py line 395: `src = open(post_path, "r").read()` File "C:\Programme\Python\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't...
_Going off my comment on Discord, a few random ideas:_ It would be nice to have easier access to specific queues, or the queues that were requested in `create_param::queue_info`: 1....
:wave: cgltf error output is rather minimal, which can be an issue for user-facing glTF importing. 95% of broken files out there end up with a non-descriptive "invalid glTF" without...
Hey, Is compiling for asm.js supported with this particular build setup? I can compile just fine with VS2017 but I'm struggling to get it to work with CMake and the...
I'm getting the following validation errors when using microprofile with Khronos validation layers enabled: When enabling the GPU group in the web UI: > VkQueryPool 0xf37618000000003d[] was created with a...
Is there a reason structs don't have these derived by default? This would make comparing and finding values in lists bit more comfortable.