Eyal Kalderon

Results 126 comments of Eyal Kalderon

Nice work on this pull request! Exactly what I was looking for in a personal project. In regards to your question, according to https://github.com/rust-lang/rust/issues/54250, it seems that the platform simply...

There seem to be more issues here too. The variables and identifiers in this code block styled with the `charcoal` theme are supposed to be white instead of orange: ![Screenshot...

The Redshift icon seems to be working fine for me. I'm using the latest Git build on GNOME 3.20.

Thanks for the quick response! I already know that both types are typedefs to `void*`, but I couldn't think of a better way to phrase it in the issue. What...

Great to hear! I'll get back to you if it works for me. **EDIT:** @baldurk So, I've amended my code, built `qrenderdoc` from the `1.x` branch, and launched the application...

Interestingly enough, when I launch the application through X11, RenderDoc correctly identifies the API as OpenGL, but still produces the same *Couldn't find frame capturer for device* error as in...

It's possible, yes. But I'm still happy to have RenderDoc working great on X11, at least! Back on topic, though, I found this [informative blog post](https://ppaalanen.blogspot.com/2012/03/what-does-egl-do-in-wayland-stack.html) describing how EGL contexts...

@baldurk I added the line you requested to `renderdoc/driver/gl/gl_driver.cpp` and recompiled, and this is what I got: ``` RDOC 027601: [22:32:01] core.cpp( 298) - Log - RenderDoc v1.0 64-bit Development...

Thanks for the diff! Unfortunately, v1.x doesn't build on my machine anymore after `git pull`, but I'll be sure to try your changes out once I get it building again....