#include <SoSamplerInfoElement.h>
Public Types | |
| enum | TextureType { TT_FLOAT, TT_INTEGER } |
| Texture type. More... | |
Public Member Functions | |
| SbSamplerInfo () | |
| SbSamplerInfo (const SbString &name, unsigned int unit, TextureType type) | |
| SbBool | isValid () const |
| int | operator== (const SbSamplerInfo &i) const |
Public Attributes | |
| SbString | name |
| Sampler name. | |
| unsigned int | unit |
| Texture unit (UINT_MAX if not valid). | |
| TextureType | type |
| Texture type. | |
Definition at line 17 of file SoSamplerInfoElement.h.
| SbSamplerInfo::SbSamplerInfo | ( | ) | [inline] |
| SbSamplerInfo::SbSamplerInfo | ( | const SbString & | name, | |
| unsigned int | unit, | |||
| TextureType | type | |||
| ) | [inline] |
Definition at line 37 of file SoSamplerInfoElement.h.
| SbBool SbSamplerInfo::isValid | ( | void | ) | const [inline] |
| int SbSamplerInfo::operator== | ( | const SbSamplerInfo & | i | ) | const [inline] |
| SbString SbSamplerInfo::name |
| unsigned int SbSamplerInfo::unit |
Texture unit (UINT_MAX if not valid).
Definition at line 30 of file SoSamplerInfoElement.h.
Referenced by isValid(), and SbSamplerInfo().
1.5.8