Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

FYI, this should be implemented with https://github.com/mosra/magnum-bindings/commit/f561337caa9094c4a99411fac402342343f4ecb4, however I don't have an easy way to verify that it indeed works in the full context of Habitat. Assuming #2243 is included...

A PR updating the Magnum submodules with the above-mentioned commit is here: https://github.com/facebookresearch/habitat-sim/pull/2278 If you can, please try it out & confirm that it fixes the problem.

Hi, apologies for the python bindings still being in an experimental state :) The debian packages for corrade & magnum should contain all the base modules so `-DWITH_SCENEGRAPH=ON` isn't needed,...

That was caused by a recent "header hygiene" update in Magnum and got fixed in mosra/magnum-bindings@106ca8f3142fe118903bf8c8fc48b7c96f6831b6 which was pushed yesterday. Do you have latest master? :)

Keeping this open as a reminder for me to add the Debian package :)

Postponing the Debian package creation indefinitely because pybind11 2.3.0 required by the bindings is only in Ubuntu 19.10, which isn't even released yet. Debian apparently has it, but I don't...

Hi, thank you! I vaguely remember we discussed something related to this when you did the original PR. Don't remember what the conclusion was back then, but as the situation...

Hello, the backtrace is a bit confusing, it shows `setUniform()` being located in `Pointer.h`, but I assume that's due to some optimizations / inlining happening (`-fno-omit-stack-pointer` helps with that I...

Just to clarify -- the function _will_ return `nullptr` for functions from extensions that are not supported by the driver. So if you have for example just a barebones ES...

Awesome, that's good to know, so there's at least some possible path forward. > As far as I know in EGL 1.4 eglGetProcAddress does not guarantee pointers for core functions....