-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate ArrayGroup and BufferGroup
These classes were a poor abstraction: they required highly conditional logic to satisfy the needs of all their consumers, and they were tightly coupled to each other. It's better to have each bucket class contain exactly the array/buffer properties it needs, and to keep corresponding arrays and buffers close to each other in code. This brings the buffer classes much closer to their corresponding gl-native implementations.
- Loading branch information
1 parent
fb4291e
commit 7998c6d
Showing
18 changed files
with
357 additions
and
387 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.