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

@@ -64,6 +64,7 @@ int main(int argc, char* argv[]) {
EngineConfig engine_config{.headless = payload.headless,
.width = payload.width,
.height = payload.height,
.device = payload.engine_device,
//.deliver = deliver_inst->get_guid(),
.object_loader = object_loader_inst,
.anime_loader = anime_loader_inst};