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

Integrate vtxarray with its related functions #225

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

Integrate vtxarray with its related functions #225

wants to merge 33 commits into from

Conversation

no-lex
Copy link
Member

@no-lex no-lex commented Oct 12, 2021

The vertex array object vtxarray is currently a POD struct which contains no member functions, despite the presence of free functions which are in practice essentially member functions of that object. Merging vtxarray member functions with vtxarray will make it more clear under which scope functions involving vtxarray belong, and reduce the number of free functions floating around in the global scope.

Eventually this should allow making much of or all of vtxarray's data private, making its interface much more obvious to other developers.

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

Successfully merging this pull request may close these issues.

1 participant