1
0

add device enumeration for dx11

This commit is contained in:
2026-01-10 21:35:59 +08:00
parent b96c1d4318
commit ab79440adc
4 changed files with 68 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ namespace basalt::shared::engine {
bool headless; ///< Whether enable headless mode (No Window created).
std::uint32_t width; ///< Window width.
std::uint32_t height; ///< Window height.
std::uint32_t device; ///< The device index of render engine.
guid::Guid deliver; ///< The GUID of deliver.
object_loader::IObjectLoader* object_loader; ///< The instance of object loader.
anime_loader::IAnimeLoader* anime_loader; ///< The instance of anime loader.