Philippe Renon

Results 65 comments of Philippe Renon

A next step would be to address the Vulkan specific hack. We need a cleaner way to trigger the "special" handling of Vulkan records: 1/ could be based on a...

I went with post processing the Vulkan namespace. And found `src\custom_type_glib_priority.rs` as example to follow.

Hi, Thanks for the contribution. Please note that we primarily use Bitbucket (https://bitbucket.org/librepilot/librepilot). Github is just a read only mirror and we don't merge PRs on it. So please move...

Same issue with maven 3.8.3 and versions-maven-plugin 2.8.1. Stack trace: ``` "main" #1 prio=5 os_prio=0 tid=0x00000000022db000 nid=0x2a3c runnable [0x000000000268c000] java.lang.Thread.State: RUNNABLE at java.util.WeakHashMap.getTable(WeakHashMap.java:350) at java.util.WeakHashMap.get(WeakHashMap.java:397) at org.apache.maven.project.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.isQualifiedForInterpolation(StringSearchModelInterpolator.java:361) at org.apache.maven.project.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.traverseObjectWithParents(StringSearchModelInterpolator.java:177) at...

Apparently it can happen that imgui returns DrawData with no DrawList to render. You have to care of that case yourself. PS: - Would it make sense to make DrawData::cmd_lists_count...

I build OSG and OsgEarth without problems. What kind of issues do you get ?

Yes, though about mesa (which I had) but problem is reproducible without it. ``` $ pacman -Ss mesa mingw64/mingw-w64-x86_64-mesa 22.1.7-1 Open-source implementation of the OpenGL specification (mingw-w64) ``` And I...

I also rebuilt OSG with `-DOPENGL_PROFILE=GL3` (as it now seems necessary), but no luck. And without mesa and __with__ `-DOPENGL_PROFILE=GL3`, I get: ``` $ osgearth_version --caps [osgEarth] [Registry] Note: GDAL_DATA...

Could you share the steps to debug the issue ? On my side gdb fails to attach to the frozen osgearth_viewer process.