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

Improve texture memory footprint on GPU. #24

Open
dragostis opened this issue Dec 20, 2022 · 0 comments
Open

Improve texture memory footprint on GPU. #24

dragostis opened this issue Dec 20, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dragostis
Copy link
Collaborator

forma currently uses rgba16float in multiple places. This was an easy choice early when prototyping when the main driver was to understand how to move the CPU pipeline to the GPU in order to get similar performance characteristics. The issue of high memory usage was brought up in #23.

I propose investigating what would be better choices for texture formats for both the output texture and the atlas texture.

@dragostis dragostis added enhancement New feature or request good first issue Good for newcomers labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant