class methods
- VertexAttribute()
- allocate()
- bind()
- disable()
- enable()
- getId()
- isAllocated()
- setBuffer()
- setData()
- unbind()
- updateData()
variables
setBuffer(...)
void ofVbo::VertexAttribute::setBuffer(ofBufferObject &buffer, int numCoords, int stride, int offset)
setData(...)
void ofVbo::VertexAttribute::setData(const float *attrib0x, int numCoords, int total, int usage, int stride, bool normalize=false)
updateData(...)
void ofVbo::VertexAttribute::updateData(GLintptr offset, GLsizeiptr bytes, const void *data)
Last updated 水曜日, 08 3月 2023 18:10:11 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue