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 토요일, 17 8월 2024 20:47:26 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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