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

@@ -9,7 +9,7 @@ def receive_data() -> None:
def main():
# parse argument
opts = cli.parse()
#opts = cli.parse()
server = CmdServer()
print("Please launch BasaltPresenter now.")
@@ -23,7 +23,7 @@ def main():
width=600,
height=600,
engine_name="BasaltDirectX11Engine",
engine_device=0,
engine_device=1,
deliver_name="BasaltPipeDeliver",
deliver_device=0,
object_loader_name="BasaltObjObjectLoader",