Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Texture callback #10

Open
sammyfreg opened this issue Oct 11, 2020 · 0 comments
Open

Texture callback #10

sammyfreg opened this issue Oct 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sammyfreg
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant