mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
multiple vbos for each prop
This commit is contained in:
@@ -24,7 +24,7 @@ namespace cgl {
|
||||
put(data, usage);
|
||||
}
|
||||
|
||||
Buffer(Buffer &) = delete;
|
||||
Buffer(const Buffer &) = delete;
|
||||
|
||||
Buffer(Buffer &&o) noexcept {
|
||||
id = std::exchange(o.id, 0);
|
||||
|
||||
Reference in New Issue
Block a user