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

Move Texture relevant functions in as members #204

Open
no-lex opened this issue Mar 6, 2021 · 0 comments
Open

Move Texture relevant functions in as members #204

no-lex opened this issue Mar 6, 2021 · 0 comments
Labels
misimplementation Circumlocutious or redundant implementation

Comments

@no-lex
Copy link
Member

no-lex commented Mar 6, 2021

the Texture object is acted upon by functions which only take a Texture as an argument, which could easily be moved into the class itself to reduce the number of functions in the global namespace and make it more clear which data they interact with. Texture is defined in texture.h.

@no-lex no-lex added the misimplementation Circumlocutious or redundant implementation label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misimplementation Circumlocutious or redundant implementation
Projects
None yet
Development

No branches or pull requests

1 participant