Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: smf052910 on 2010-06-24 12:34:11

Title: [FF8]OpenGL Hardware Acceleration
Post by: smf052910 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.
Title: Re: [FF8]OpenGL Hardware Acceleration
Post by: Micky 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.
Title: Re: [FF8]OpenGL Hardware Acceleration
Post by: smf052910 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?