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?
d3d DLL and texture compression
-
- Long Handed Inserter
- Posts: 92
- Joined: Mon Aug 11, 2014 5:22 am
- Contact:
Re: d3d DLL and texture compression
It uses OpenGL OR D3D, depending on the system.
Koub - Please consider English is not my native language.
Re: d3d DLL and texture compression
On windows d3d is default, as there are less issues with, but you can change that manually in the settings file.