add device enumeration for dx11
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user