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

[REFACTOR] Refactor the Buffer Class #48

Open
Raelr opened this issue Jun 16, 2022 · 0 comments
Open

[REFACTOR] Refactor the Buffer Class #48

Raelr opened this issue Jun 16, 2022 · 0 comments
Assignees
Labels
Refactor Something needs to be refactored

Comments

@Raelr
Copy link
Owner

Raelr commented Jun 16, 2022

Currently, buffers are a bit of a mess. Buffer creation requires the usage of a struct in combination with a number of static functions. This makes buffer creation a little difficult to understand and unintuitive to use. It'd be great to have a class which has a simple API for allocating vertex, uniform, and index data.

@Raelr Raelr added the Refactor Something needs to be refactored label Jun 16, 2022
@Raelr Raelr self-assigned this Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Something needs to be refactored
Projects
None yet
Development

No branches or pull requests

1 participant