|
enum | BaseType { FloatingPt,
SignedInt,
UnsignedInt
} |
|
|
| GLFormatInfo (GLenum _internalFormat) |
|
int | channelSize (int i=0) const |
|
int | channelBits (int i) const |
|
int | channelCount () const |
|
int | elemSize () const |
|
int | bpp () const |
|
GLenum | internalFormat () const |
|
GLenum | format () const |
|
GLenum | type () const |
|
bool | isNormalized () const |
|
bool | isFloat () const |
|
bool | isUint () const |
|
bool | isInt () const |
|
bool | isValid () const |
|
BaseType | baseType () const |
|
const char * | sizedFormatString () const |
|
|
| GLFormatInfo (GLenum _intfmt, GLenum _fmt, GLenum _type, int _r, int _g, int _b, int _a, BaseType _bt, bool _nrm) |
|
|
static void | registerFmt (GLenum _intfmt, GLenum _fmt, GLenum _type, int _r, int _g, int _b, int _a, BaseType _bt, bool _nrm) |
|
|
GLenum | internalFormat_ |
|
GLenum | format_ |
|
GLenum | type_ |
|
int | channelBits_ [4] |
|
int | channelCount_ |
|
int | bpp_ |
|
BaseType | baseType_ |
|
bool | normalized_ |
|
char | sizedName_ [32] |
|
Definition at line 70 of file GLFormatInfo.hh.
The documentation for this class was generated from the following files: