VertexLoaderBase: Allow the vertex loader type to be set via config

This commit is contained in:
OatmealDome
2025-01-24 18:31:42 -05:00
parent d0b7c96fdb
commit bffaec9c5e
5 changed files with 43 additions and 14 deletions

View File

@ -126,6 +126,9 @@ const Info<bool> GFX_MODS_ENABLE{{System::GFX, "Settings", "EnableMods"}, false}
const Info<std::string> GFX_DRIVER_LIB_NAME{{System::GFX, "Settings", "DriverLibName"}, ""};
const Info<VertexLoaderType> GFX_VERTEX_LOADER_TYPE{{System::GFX, "Settings", "VertexLoaderType"},
VertexLoaderType::Native};
// Graphics.Enhancements
const Info<TextureFilteringMode> GFX_ENHANCE_FORCE_TEXTURE_FILTERING{