Author Topic: [FF8]OpenGL Hardware Acceleration  (Read 3264 times)

smf052910

  • *
  • Posts: 36
    • View Profile
[FF8]OpenGL Hardware Acceleration
« on: 2010-06-24 12:34:11 »
Is there really any difference between OGLHA and D3DHA other than the obvious? I don't see any dramatic differences like I see with Software Rendering.

Micky

  • *
  • Posts: 300
    • View Profile
Re: [FF8]OpenGL Hardware Acceleration
« Reply #1 on: 2010-06-25 19:43:23 »
Is there really any difference between OGLHA and D3DHA other than the obvious? I don't see any dramatic differences like I see with Software Rendering.
Well, the actual work is done by the graphics card, and that is the same if you use DirectX or OpenGL. So if the features required by the game and supported by the card are available through either API it doesn't make any visual difference.
There is a chance that the implementation of a feature is buggy in a driver, but the stuff required by FF8 should be so old and rock solid that you shouldn't have to worry.

smf052910

  • *
  • Posts: 36
    • View Profile
Re: [FF8]OpenGL Hardware Acceleration
« Reply #2 on: 2010-06-25 22:48:17 »
Is there any advantage to using a custom driver when you can just as easily wrap the Direct3D interface?
« Last Edit: 2010-06-26 00:10:03 by smf052910 »