-
Notifications
You must be signed in to change notification settings - Fork 38
Set Render Hardware Interface
BleuRaven edited this page Aug 15, 2023
·
2 revisions
Macro Micro VR Service will run using DirectX 12 by default on Windows and Vulkan on Linux. If you wish to use another RHI (Rendering Hardware Interface), you can use these commands:
| Name | Flag or Key-Value Pair | Description |
|---|---|---|
| -d3d11 | Flag | Run the editor in the DirectX 11 RHI. |
| -d3d12 | Flag | Run the editor in the DirectX 12 RHI. |
| -vulkan | Flag | Run the editor in the Vulkan RHI. |
Right-click on MacroMicroVRService.exe. Select "New" and choose "Shortcut". Provide the path to "MacroMicroVRService.exe" and add options like "-vulkan". Give the shortcut a name and finish.