#include <OgreBitwise.h>
Public Types | |
typedef unsigned char | BYTE |
typedef unsigned short | WORD |
typedef unsigned long | DWORD |
Static Public Methods | |
int | getBitShift (DWORD mask) |
Returns the number of bits a pattern must be shifted right by to remove right-hand zeroes. More... | |
void | convertBitPattern (void *srcValue, void *srcBitMask, int srcBitCount, void *destValue, void *destBitMask, int destBitCount) |
Takes a value with a given src bit mask, and produces another value with a desired bit mask. More... |
|
|
|
|
|
|
|
Takes a value with a given src bit mask, and produces another value with a desired bit mask.
|
|
Returns the number of bits a pattern must be shifted right by to remove right-hand zeroes.
|
Copyright © 2002 by The OGRE Team