Baldur Karlsson

Results 154 comments of Baldur Karlsson

The layout saving only saves the location of panels that are open. Any closed panels don't have their location remembered, and when they re-open they reopen in a default location....

That commit will favour the capture dialog when it's open as mentioned above. I'm going to leave the issue open because I think this feature would be nice, but the...

Generalised state editing is a long-standing wish but it's quite a large task and has complex UI implications to get it right and be usable & intuitive.

This seems like an odd angle to approach from. The in-application API just falls out of what I can actually hook and capture - the DevicePointer / WindowHandle are cast...

It's not in the docs yet since GLES support in general is not officially shipped :smile:. It will be soon™ at which point I'll update the docs.

Oops, apparently ctrl-enter posts a comment. The device handle looks quite weird, `00007F10121E9700` seems more like a heap address than a context handle (although context handles could be anything in...

Fair enough, I'd normally seen context handles as more.. 'handley' but this is perfectly fine I just wanted to check. I ran a test myself, I patched one of [ogl-samples](https://github.com/g-truc/ogl-samples)...

What problem do you hit building latest v1.x? I'm not seeing it locally or on travis, but with the number of compiler versions around on linux it's easy for some...

That's a strange error, I did add that project recently to isolate off the module entry point, but unless there are some other errors I don't know why it would...

I wonder if I'm missing a dependency then, to ensure renderdoc_libentry builds before renderdoc. I'll check that out. For what it's worth, the SetActiveWindow in your code was redundant anyway,...