Files
UnrealEngineUWP/Engine/Extras/Containers/Dockerfiles/windows/runtime/entrypoint.cmd
UnrealBot e34c652039 Branch snapshot for CL 18056524
[CL 18056524 in ue5-main branch]
2021-11-04 16:33:03 +00:00

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
%*