diff options
Diffstat (limited to 'o3d/core/cross/buffer.h')
-rw-r--r-- | o3d/core/cross/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/cross/buffer.h b/o3d/core/cross/buffer.h index fc9c1bc..c85b9da 100644 --- a/o3d/core/cross/buffer.h +++ b/o3d/core/cross/buffer.h @@ -212,6 +212,8 @@ class Buffer : public NamedObject { // field_to_remove: address of field. If NULL no field is removed. bool ReshuffleBuffer(unsigned int new_stride, Field* field_to_remove); + void AdjustBufferMemoryInfo(bool add); + Features* features_; // Fields. |