You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
8 lines
256 B
Batchfile
Executable File
8 lines
256 B
Batchfile
Executable File
@echo off
|
|
|
|
@rem Enable vendor-specific graphics APIs if the container is running with GPU acceleration
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0.\enable-graphics-apis.ps1"
|
|
|
|
@rem Run the entrypoint command specified via our command-line parameters
|
|
%*
|