Page 1 of 1

d3d DLL and texture compression

Posted: Thu Dec 14, 2017 6:36 am
by roothorick
This one caught my curiosity and I'd like to know details if possible.

Doesn't Factorio use OpenGL for rendering on all platforms? Doesn't the GL host handle texture compression for you (i.e. specify compressed internal format to glTexImage)? What does d3dx9.dll have to do with anything? What happens on Linux and OSX?

Re: d3d DLL and texture compression

Posted: Thu Dec 14, 2017 7:06 am
by Koub
It uses OpenGL OR D3D, depending on the system.

Re: d3d DLL and texture compression

Posted: Fri Dec 15, 2017 7:23 pm
by Loewchen
On windows d3d is default, as there are less issues with, but you can change that manually in the settings file.