Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Create a common buffer implementation #55

Merged
merged 3 commits into from
Feb 12, 2014
Merged

Create a common buffer implementation #55

merged 3 commits into from
Feb 12, 2014

Conversation

kkaefer
Copy link
Member

@kkaefer kkaefer commented Feb 10, 2014

This will create a common buffer object that has the options of uploading itself to the GPU. It also switches from using std::vector to using realloc. There are also checks that prohibit you from adding more elements after you uploaded it to the GPU.

@kkaefer kkaefer mentioned this pull request Feb 11, 2014
1 task
kkaefer added a commit that referenced this pull request Feb 12, 2014
Create a common buffer implementation
@kkaefer kkaefer merged commit 4638add into master Feb 12, 2014
@kkaefer kkaefer deleted the common-buffer branch February 12, 2014 10:14
@gqb gqb mentioned this pull request Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant