On 6/19/06, Tom Jolley <[EMAIL PROTECTED]> wrote:
I have only seen unsigned int as 32 bits on 64 bit systems. What is the typedef
for GLuint on x86_64? Can you print out sizeof(unsigned int) on an x86_64
system?
If unsigned int is not 32 bits then several loaders are going to have problems.
You can get the osgunittests example to print out the sizeof's on your
machine, here's my Athlon 64 system, under Linux 64 bit:
osgunittests sizeof
**** sizeof() tests ******
sizeof(bool)==1
sizeof(char)==1
sizeof(short)==2
sizeof(int)==4
sizeof(long)==8
sizeof(long int)==8
sizeof(long long)==8
sizeof(float)==4
sizeof(double)==8
sizeof(std::istream::pos_type)==16
sizeof(std::istream::off_type)==8
sizeof(OpenThreads::Mutex)==16
sizeof(std::string)==8
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/