launchSettings.json 261 B

123456789101112
  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "GpuInterop (Vulkan)": {
  5. "commandName": "Project",
  6. },
  7. "GpuInterop (Direct3D)": {
  8. "commandName": "Project",
  9. "commandLineArgs": "--d3d"
  10. }
  11. }
  12. }