![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Public Types | |
| using | BindingType = BufferObject::BindingType |
Public Member Functions | |
| BufferObjectArray (const BufferObjectArray &rhs) | |
| BufferObjectArray & | operator= (const BufferObjectArray &that) |
| GLuint | getId () const |
| void | bind () const |
| void | unbind () const |
| void | clear () |
| void | attachBufferObject (const BufferObject *, GLuint, BindingType bindingType=BindingType::Native) |
| BindingType | getBindingType (size_t location) const |
| void | setBindingType (size_t location, BindingType bindingType) |
| const BufferObject * | getBufferObject (size_t location=0) const |
| size_t | maxSize () const |