Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: 64 bit processors

Hybrid View

  1. #1
    Intern Contributor
    Join Date
    Nov 2005
    Location
    St. Louis, MO
    Posts
    56

    64 bit processors

    hey I was just curious if running opengl on 64 bit vs. 32 bit processors makes a difference. In migrating an application to better take advantage of the 64 bit is opengl ready for this? If not are they developing a 64 bit version of opengl? I don't really know much about how any of that works, but as the stuff that I'm writing will not be finished for a couple years, I want to keep it on the cutting edge. Anyone have any thoughts on this?

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: 64 bit processors

    OpenGL use it's own GPU that does not depend much on the normal CPU so the only difference is the performance of your own application.

    It does look like people think that 64 bits is going to make their applications faster, this is not true, a 64 bit cpu may have better memory management in terms of handling huge amounts of memory, above 4GB and it is also fast at crunching big numbers of course, but otherwise your application will not be any faster, so 64 bits are good for SQL servers and other "server" applications but for joe average, a 64bit CPU will not make anything faster.

    Note: The OpenGL GPU may already be using 64 bit architecture internally, this works just fine even though the PC CPU is 32 bits.

    Mikael

  3. #3
    Intern Contributor
    Join Date
    Nov 2005
    Location
    St. Louis, MO
    Posts
    56

    Re: 64 bit processors

    thats cool, I was just curious. Thanks for the info!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •