Open leavittx opened 1 week ago
It software renderer, just update texture from surface if you need on your platform
Hi. That's nice to hear it's possible to do! Thanks
I checked the code and found that it it has that IMLOTTIE_DX11_IMPLEMENTATION define. Do I need to implement the update you've mentioned within a similar define for OpenGL?
Generally it feels like the documentation for this library is a bit missed part. I think much more people could use it if only there was some guiding document, e.g. what need to be done to get it working in DirectX environment, in OpenGL environment, etc.
DirectX11 limits the usage of this extension. How hard would it be to support other Imgui backends: e.g. OpenGL (at least), Metal, Vulkan?
Cheers