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

Buffers and Allocator #37

Closed
delahee opened this issue Jan 12, 2014 · 2 comments
Closed

Buffers and Allocator #37

delahee opened this issue Jan 12, 2014 · 2 comments

Comments

@delahee
Copy link
Contributor

delahee commented Jan 12, 2014

Buffe code is perfect in features, we have awesome tools but their used is marred by self obfuscated design.

We should derive buffer into Streams and Buffers.

Buffers wil be stream containers, That would make working with interleaved data easier and allow more easy stream binding.

In fact opengl has the same semantic and we can make it better.

Allocation should be provided by classes explicitly stated as 'Allocators' because current impl is self allocating, makes it hard to understand how to work with them.

@ncannasse
Copy link
Member

I understand the words but not what you mean. Maybe an actual example of API would help.

@delahee
Copy link
Contributor Author

delahee commented Jan 12, 2014

I'll close then, we'll discuss this live whence merging. :)

@delahee delahee closed this as completed Jan 12, 2014
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

No branches or pull requests

2 participants