Support Forum G3D Web Page |
Access specifier for a buffer of data. More...
Public Types | |
enum | Value { READ = 0x88B8, WRITE = 0x88B9, READ_WRITE = 0x88BA } |
Public Member Functions | |
Access (const G3D::String &x) | |
Access (char v) | |
Access (int v) | |
Access (const G3D::Any &a) | |
Access () | |
Access (const Value v) | |
void | deserialize (G3D::BinaryInput &b) |
unsigned int | hashCode () const |
operator int () const | |
bool | operator!= (const Access ::Value other) const |
bool | operator!= (const Access other) const |
Access | operator+ (const int x) const |
Access & | operator++ () |
Access & | operator+= (const int x) |
Access | operator- (const int x) const |
Access & | operator-- () |
Access & | operator-= (const int x) |
bool | operator< (const Access other) const |
bool | operator< (const Value other) const |
bool | operator<= (const Value other) const |
bool | operator<= (const Access other) const |
Access & | operator= (const G3D::Any &a) |
bool | operator== (const Access ::Value other) const |
bool | operator== (const Access other) const |
bool | operator> (const Access other) const |
bool | operator> (const Value other) const |
bool | operator>= (const Access other) const |
bool | operator>= (const Value other) const |
void | serialize (G3D::BinaryOutput &b) const |
G3D::Any | toAny () const |
const char * | toString () const |
Static Public Member Functions | |
static const char * | classname () |
static int | count () |
static Value | nthValue (int n) |
static const char * | toString (int i, Value &v) |
Public Attributes | |
enum G3D::Access::Value | value |
Access specifier for a buffer of data.
Has identical values to the corresponding GL pragmas
enum G3D::Access::Value |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
enum G3D::Access::Value G3D::Access::value |