| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/opengl/transformfeedbackattributecontenttable.h>

Public Member Functions | |
| TransformFeedbackAttributeContentTable (const VRS::SO< VRS::Iterator< VRS::SO< VRS::TransformFeedbackAttributeContent > > > &attributeContent, GLenum storageMode=GL_SEPARATE_ATTRIBS_NV, bool enabled=true) | |
| void | setAttributeContent (const VRS::SO< VRS::Iterator< VRS::SO< VRS::TransformFeedbackAttributeContent > > > &attributeContent) |
| const VRS::SO< VRS::Iterator < VRS::SO < VRS::TransformFeedbackAttributeContent > > > & | getAttributeContent (void) const |
| virtual void | apply (const VRS::SO< VRS::Engine > &engine) |
Protected Member Functions | |
| TransformFeedbackAttributeContentTable (void) | |
| VRS::TransformFeedbackAttributeContentTable::TransformFeedbackAttributeContentTable | ( | const VRS::SO< VRS::Iterator< VRS::SO< VRS::TransformFeedbackAttributeContent > > > & | attributeContent, | |
| GLenum | storageMode = GL_SEPARATE_ATTRIBS_NV, |
|||
| bool | enabled = true | |||
| ) |
| VRS::TransformFeedbackAttributeContentTable::TransformFeedbackAttributeContentTable | ( | void | ) | [protected] |
| void VRS::TransformFeedbackAttributeContentTable::setAttributeContent | ( | const VRS::SO< VRS::Iterator< VRS::SO< VRS::TransformFeedbackAttributeContent > > > & | attributeContent | ) |
| const VRS::SO<VRS::Iterator<VRS::SO<VRS::TransformFeedbackAttributeContent> > >& VRS::TransformFeedbackAttributeContentTable::getAttributeContent | ( | void | ) | const [inline] |
| virtual void VRS::TransformFeedbackAttributeContentTable::apply | ( | const VRS::SO< VRS::Engine > & | engine | ) | [virtual] |
Implements VRS::TransformFeedbackContentTable.