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

Reading and uploading texture data #7

Open
Aidan63 opened this issue Jun 22, 2019 · 0 comments
Open

Reading and uploading texture data #7

Aidan63 opened this issue Jun 22, 2019 · 0 comments
Labels
enhancement New feature or request Renderer

Comments

@Aidan63
Copy link
Collaborator

Aidan63 commented Jun 22, 2019

Texture data is current immutable, once uploaded from the initial image it cannot be modified by the CPU, not can any changes made to it on the GPU be accessed by the CPU. Some means to read back a texture or upload new data should be added.
Not really sure how I want to go about this, uploading and downloading texture data is really expensive so I'm hesitant to add something which would be easy to misuse.

@Aidan63 Aidan63 added enhancement New feature or request Renderer labels Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Renderer
Projects
None yet
Development

No branches or pull requests

1 participant