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 금요일, 15 9월 2023 21:24:12 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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