netImgui icon indicating copy to clipboard operation
netImgui copied to clipboard

Texture callback

Open sammyfreg opened this issue 5 years ago • 0 comments

As described in issue #8.

When parsing the drawing commands, would be nice to auto-detect missing textures and let user know about them (using a callback). They could then send the data the the netImgui server. This would make it so less code change would be required in original user codebase, could be centralized into the callback.

However, this is not trivial, since user still need access to texture data, and often will have been release from CPU side memory and only reside on the GPU.

sammyfreg avatar Oct 11 '20 13:10 sammyfreg