------------------------------------------------------------------------------
| 156 | |
| 157 | //------------------------------------------------------------------------------ |
| 158 | int vtkOpenGLBufferObject::GetHandle() const |
| 159 | { |
| 160 | return static_cast<int>(this->Internal->Handle); |
| 161 | } |
| 162 | |
| 163 | //------------------------------------------------------------------------------ |
| 164 | bool vtkOpenGLBufferObject::Allocate(size_t size, ObjectType objectType, ObjectUsage objectUsage) |
no outgoing calls