![]() |
VR-Forces 4.10 Class Documentation
|
class to hold information about an UBO within a program More...
Public Member Functions | |
| DtGlUbo () | |
| ctor More... | |
| DtGlUbo (const std::string &name, int size, int binding) | |
| ctor taking all initializers More... | |
| virtual | ~DtGlUbo () |
| dtor More... | |
| DtGlUbo (const DtGlUbo &rhs) | |
| copy More... | |
| DtGlUbo & | operator= (const DtGlUbo &rhs) |
| assign More... | |
| virtual bool | valid (void) const |
| name != "" && size!=0 && binding!=-1 More... | |
| const std::string & | name (void) const |
| get the name More... | |
| int | size (void) const |
| get the size More... | |
| int | bindingPoint (void) const |
| get the binding point More... | |
Protected Attributes | |
| std::string | myName |
| int | mySize |
| int | myBinding |
class to hold information about an UBO within a program
| makVrv::DtGlUbo::DtGlUbo | ( | ) |
ctor
ctor taking all initializers
|
virtual |
dtor
| makVrv::DtGlUbo::DtGlUbo | ( | const DtGlUbo & | rhs | ) |
copy
|
virtual |
name != "" && size!=0 && binding!=-1
| const std::string& makVrv::DtGlUbo::name | ( | void | ) | const |
get the name
| int makVrv::DtGlUbo::size | ( | void | ) | const |
get the size
| int makVrv::DtGlUbo::bindingPoint | ( | void | ) | const |
get the binding point
|
protected |
|
protected |
|
protected |