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

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