adamrehn / pixel-streaming-linux

Issue tracker repository for Pixel Streaming for Linux
https://adamrehn.com/articles/pixel-streaming-in-linux-containers/
22 stars 7 forks source link

PixelStreaming Plugin not loading in 4.25 #46

Closed apshoemaker closed 3 years ago

apshoemaker commented 3 years ago

Hello - firstly, thank you for all of your hard work on this project. It's quite brilliant.

I am having an issue with loading the PixelStreaming plugin (I think) while attempting to run my project. I am simply testing out a sample project that comes with the 4.25 Editor called Content Examples.

Firstly, I am starting the SignallingWebServer from the adamrhen/ue4-full:4.25-pixelstreaming image like this:

docker run -it --rm -p 80:80 --network host --entrypoint /bin/bash --name signalling pixel-streaming-signalling:1.0

Then while in the container, I issue the following command to cirrus.js:

node cirrus.js --bind 0.0.0.0 --perConnectionOptions="{ \"iceServers\": [{\"urls\": [\"stun:stun.l.google.com:19302\", \"turn:MY_IP_HERE:19303\"], \"username\": \"PixelStreamingUser\", \"credential\": \"Another TURN in the road\"}] }" --publicIp=MY_IP_HERE

For my project, please find my Dockerfile below:

# Perform the build in an Unreal Engine container image that includes the Engine Tools and Pixel Streaming for Linux
FROM adamrehn/ue4-full:4.25-pixelstreaming-cudagl10.2 AS builder

# Clone or copy the source code for your Unreal project here, e.g.:
#RUN git clone --progress --depth 1 https://github.com/user/project.git /tmp/project
# or:
COPY --chown=ue4:ue4 . /tmp/project

# Build and package our Unreal project
# (We're using ue4cli for brevity here, but we could just as easily be calling RunUAT directly)
WORKDIR /tmp/project
RUN ue4 package Development

# Copy the packaged files into a container image that includes CUDA but doesn't include any Unreal Engine components
FROM adamrehn/ue4-runtime:18.04-cudagl10.2
COPY --from=builder --chown=ue4:ue4 /tmp/project/dist/LinuxNoEditor /home/ue4/project

# Enable the NVIDIA driver capabilities required by the NVENC video encoding API
ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES},video

# Create a symbolic link to the path where libnvidia-encode.so.1 will be mounted, since UE4 seems to ignore LD_LIBRARY_PATH
# (Replace "ProjectName" with the name of your actual Unreal project)
RUN ln -s /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1 /home/ue4/project/ContentExamples/Binaries/Linux/libnvidia-encode.so
RUN ls -al /home/ue4/project/

CMD ["/home/ue4/project/ContentExamples.sh", "-RenderOffScreen", "-AudioMixer", "-PixelStreamingIP=localhost", "-PixelStreamingPort=8888"]

Once the container image is built, I run it with the following command:

docker run --rm --gpus all --network container:signalling contentexamples:1.0

Note that I am targeting the SignallingWebServer network which is attached to host.

The Development log output is below (note that the PixelStreamingServer plugin is NOT being mounted):

^Croot@instance-1:/home/apshoemaker/ContentExamples# docker run --rm --gpus all --network host contentexamples:1.0
sh: 1: xdg-user-dir: not found
- Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
Increasing per-process limit of core file size to infinity.
- Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615)
LogPakFile: Display: Found Pak file ../../../ContentExamples/Content/Paks/ContentExamples-LinuxNoEditor.pak attempting to mount.
LogPakFile: Display: Mounting pak file ../../../ContentExamples/Content/Paks/ContentExamples-LinuxNoEditor.pak.
LogPlatformFile: Using cached read wrapper
LogTaskGraph: Started task graph with 5 named threads and 17 total threads with 3 sets of task threads.
LogStats: Stats thread started at 0.105412
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +0:00, Platform Override: ''
LogPluginManager: Mounting plugin NiagaraExtras
LogPluginManager: Mounting plugin Niagara
LogPluginManager: Mounting plugin HoudiniNiagara
LogPluginManager: Mounting plugin Volumetrics
LogPluginManager: Mounting plugin BlueprintMaterialTextureNodes
LogPluginManager: Mounting plugin LensDistortion
LogPluginManager: Mounting plugin Landmass
LogPluginManager: Mounting plugin Paper2D
LogPluginManager: Mounting plugin AISupport
LogPluginManager: Mounting plugin LightPropagationVolume
LogPluginManager: Mounting plugin AnimationSharing
LogPluginManager: Mounting plugin SignificanceManager
LogPluginManager: Mounting plugin UObjectPlugin
LogPluginManager: Mounting plugin AssetManagerEditor
LogPluginManager: Mounting plugin FacialAnimation
LogPluginManager: Mounting plugin GeometryMode
LogPluginManager: Mounting plugin DatasmithContent
LogPluginManager: Mounting plugin VariantManagerContent
LogPluginManager: Mounting plugin AlembicImporter
LogPluginManager: Mounting plugin GeometryCache
LogPluginManager: Mounting plugin AutomationUtils
LogPluginManager: Mounting plugin ScreenshotTools
LogPluginManager: Mounting plugin BackChannel
LogPluginManager: Mounting plugin ChaosCloth
LogPluginManager: Mounting plugin ChaosClothEditor
LogPluginManager: Mounting plugin ChaosEditor
LogPluginManager: Mounting plugin PlanarCut
LogPluginManager: Mounting plugin GeometryProcessing
LogPluginManager: Mounting plugin EditableMesh
LogPluginManager: Mounting plugin GeometryCollectionPlugin
LogPluginManager: Mounting plugin ProceduralMeshComponent
LogPluginManager: Mounting plugin ChaosSolverPlugin
LogPluginManager: Mounting plugin ChaosNiagara
LogPluginManager: Mounting plugin CharacterAI
LogPluginManager: Mounting plugin PlatformCrypto
LogPluginManager: Mounting plugin AvfMedia
LogPluginManager: Mounting plugin ImgMedia
LogPluginManager: Mounting plugin MediaCompositing
LogPluginManager: Mounting plugin WmfMedia
LogPluginManager: Mounting plugin MeshPainting
LogPluginManager: Mounting plugin TcpMessaging
LogPluginManager: Mounting plugin UdpMessaging
LogPluginManager: Mounting plugin ActorSequence
LogPluginManager: Mounting plugin LevelSequenceEditor
LogPluginManager: Mounting plugin MatineeToLevelSequence
LogPluginManager: Mounting plugin TemplateSequence
LogPluginManager: Mounting plugin MovieRenderPipeline
LogPluginManager: Mounting plugin EditorScriptingUtilities
LogPluginManager: Mounting plugin NetcodeUnitTest
LogPluginManager: Mounting plugin OnlineSubsystem
LogPluginManager: Mounting plugin OnlineSubsystemNull
LogPluginManager: Mounting plugin OnlineSubsystemUtils
LogPluginManager: Mounting plugin LauncherChunkInstaller
LogPluginManager: Mounting plugin AndroidPermission
LogPluginManager: Mounting plugin AppleImageUtils
LogPluginManager: Mounting plugin ArchVisCharacter
LogPluginManager: Mounting plugin AssetTags
LogPluginManager: Mounting plugin AudioCapture
LogPluginManager: Mounting plugin CableComponent
LogPluginManager: Mounting plugin CustomMeshComponent
LogPluginManager: Mounting plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting plugin GooglePAD
LogPluginManager: Mounting plugin LinuxDeviceProfileSelector
LogPluginManager: Mounting plugin LocationServicesBPLibrary
LogPluginManager: Mounting plugin MobilePatchingUtils
LogPluginManager: Mounting plugin PhysXVehicles
LogPluginManager: Mounting plugin RuntimePhysXCooking
LogPluginManager: Mounting plugin SoundFields
LogPluginManager: Mounting plugin SteamVR
LogPluginManager: Mounting plugin Synthesis
LogPluginManager: Mounting plugin WebMMoviePlayer
LogPluginManager: Mounting plugin WebMMedia
LogInit: Using libcurl 7.65.3-DEV
LogInit:  - built for x86_64-unknown-linux-gnu
LogInit:  - supports SSL with OpenSSL/1.1.1c
LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
LogInit:  - other features:
LogInit:      CURL_VERSION_SSL
LogInit:      CURL_VERSION_LIBZ
LogInit:      CURL_VERSION_IPV6
LogInit:      CURL_VERSION_ASYNCHDNS
LogInit:      CURL_VERSION_LARGEFILE
LogInit:      CURL_VERSION_TLSAUTH_SRP
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
LogInit:  - LocalHostAddr = Default
LogInit:  - BufferSize = 65536
LogOnline: OSS: Creating online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
LogInit: Build: ++UE4+Release-4.25-CL-13144385
LogInit: Engine Version: 4.25.4-13144385+++UE4+Release-4.25
LogInit: Compatible Engine Version: 4.25.0-13144385+++UE4+Release-4.25
LogInit: Net CL: 13144385
LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU:            Intel(R) Xeon(R) CPU @ 2.00GHz, GPU: GenericGPUBrand
LogInit: Compiled (64-bit): May  4 2021 14:59:14
LogInit: Compiled with Clang: 9.0.1
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.25
LogInit: Command Line:  -RenderOffScreen -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888
LogInit: Base Directory: /home/ue4/project/ContentExamples/Binaries/Linux/
LogInit: Allocator: binned2
LogInit: Installed Engine Build: 0
LogDevObjectVersion: Number of dev versions registered: 26
LogDevObjectVersion:   Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10
LogDevObjectVersion:   Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
LogDevObjectVersion:   Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4
LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 38
LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37
LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 2
LogDevObjectVersion:   Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
LogDevObjectVersion:   Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
LogDevObjectVersion:   Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 4
LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 43
LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 12
LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3
LogDevObjectVersion:   Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
LogDevObjectVersion:   Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3
LogDevObjectVersion:   Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17
LogDevObjectVersion:   Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 7
LogDevObjectVersion:   Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1
LogDevObjectVersion:   Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1
LogDevObjectVersion:   FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 31
LogDevObjectVersion:   Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10
LogDevObjectVersion:   Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1
LogDevObjectVersion:   Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10
LogDevObjectVersion:   Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 37
LogDevObjectVersion:   Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1
LogDevObjectVersion:   Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1
LogInit: Presizing for max 2097152 objects, including 1 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]]
LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]]
LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
LogStreaming: Display: Async Loading initialized: Event Driven Loader: true, Async Loading Thread: false, Async Post Load: true
LogInit: Object subsystem initialized
LogConfig: Setting CVar [[con.DebugEarlyDefault:1]]
LogConfig: Setting CVar [[r.setres:1280x720]]
LogConfig: Setting CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[con.DebugEarlyDefault:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.setres:1280x720]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.GPUCrashDebugging:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.MobileHDR:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.MobileNumDynamicPointLights:4]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.MobileDynamicPointLightsUseStaticBranch:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.Mobile.EnableStaticAndCSMShadowReceivers:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.AllowGlobalClipPlane:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.BasePassOutputsVelocity:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[r.CustomDepth:3]]
[2021.05.04-18.53.50:607][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:607][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.MaxObjectsNotConsideredByGC:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.SizeOfPermanentObjectPool:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.FlushStreamingOnGC:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.NumRetriesBeforeForcingGC:10]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.AllowParallelGC:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.MaxObjectsInEditor:25165824]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.IncrementalBeginDestroyEnabled:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.CreateGCClusters:1]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.MinGCClusterSize:5]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.ActorClusteringEnabled:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.BlueprintClusteringEnabled:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Setting CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
[2021.05.04-18.53.50:607][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:608][  0]LogInit: Initializing SDL.
[2021.05.04-18.53.50:608][  0]LogInit: Hinting SDL to use 'dummy' video driver.
[2021.05.04-18.53.50:616][  0]LogInit: Initialized SDL 2.0.10 revision: 12952 (hg-12952:bc90ce38f1e2) (compiled against 2.0.10)
[2021.05.04-18.53.50:616][  0]LogInit: Using SDL video driver 'dummy'
[2021.05.04-18.53.50:616][  0]LogInit: Display metrics:
[2021.05.04-18.53.50:616][  0]LogInit:   PrimaryDisplayWidth: 1024
[2021.05.04-18.53.50:616][  0]LogInit:   PrimaryDisplayHeight: 768
[2021.05.04-18.53.50:616][  0]LogInit:   PrimaryDisplayWorkAreaRect:
[2021.05.04-18.53.50:616][  0]LogInit:     Left=0, Top=0, Right=1024, Bottom=768
[2021.05.04-18.53.50:616][  0]LogInit:   VirtualDisplayRect:
[2021.05.04-18.53.50:616][  0]LogInit:     Left=0, Top=0, Right=1024, Bottom=768
[2021.05.04-18.53.50:616][  0]LogInit:   TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2021.05.04-18.53.50:616][  0]LogInit:   ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2021.05.04-18.53.50:616][  0]LogInit:   Number of monitors: 1
[2021.05.04-18.53.50:616][  0]LogInit:     Monitor 0
[2021.05.04-18.53.50:616][  0]LogInit:       Name: 0
[2021.05.04-18.53.50:616][  0]LogInit:       ID: display0
[2021.05.04-18.53.50:616][  0]LogInit:       NativeWidth: 1024
[2021.05.04-18.53.50:616][  0]LogInit:       NativeHeight: 768
[2021.05.04-18.53.50:616][  0]LogInit:       bIsPrimary: true
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SSGI.Quality:3]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountPerSlice:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
[2021.05.04-18.53.50:617][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:32.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:32.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]]
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.SampleCount:16]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.JitterIntegration:0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:16]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.DeepShadow.SuperSampling:0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.VisibilityPPLL:0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.RasterizationScale:0.5]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.HairStrands.VelocityRasterizationScale:1]]
[2021.05.04-18.53.50:618][  0]LogLinux: Selected Device Profile: [LinuxNoEditor]
[2021.05.04-18.53.50:618][  0]LogInit: Applying CVar settings loaded from the selected device profile: [LinuxNoEditor]
[2021.05.04-18.53.50:618][  0]LogHAL: Display: Platform has ~ 4 GB [380389982208 / 4294967296 / 355], which maps to Smallest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.RHICmdBypass:0]]
[2021.05.04-18.53.50:618][  0]LogInit: Going up to parent DeviceProfile [Linux]
[2021.05.04-18.53.50:618][  0]LogInit: Going up to parent DeviceProfile []
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2021.05.04-18.53.50:618][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2021.05.04-18.53.50:618][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2021.05.04-18.53.50:619][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SSGI.Quality:3]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountPerSlice:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:32.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:32.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]]
[2021.05.04-18.53.50:619][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Scalability.ini]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.SampleCount:16]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.JitterIntegration:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:16]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.DeepShadow.SuperSampling:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.VisibilityPPLL:0]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.RasterizationScale:0.5]]
[2021.05.04-18.53.50:619][  0]LogConfig: Setting CVar [[r.HairStrands.VelocityRasterizationScale:1]]
[2021.05.04-18.53.50:619][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
[2021.05.04-18.53.50:620][  0]LogConfig: Setting CVar [[net.UseAdaptiveNetUpdateFrequency:0]]
[2021.05.04-18.53.50:620][  0]LogConfig: Setting CVar [[p.chaos.AllowCreatePhysxBodies:1]]
[2021.05.04-18.53.50:620][  0]LogConfig: Setting CVar [[fx.SkipVectorVMBackendOptimizations:1]]
[2021.05.04-18.53.50:620][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [../../../ContentExamples/Saved/Config/LinuxNoEditor/Engine.ini]
[2021.05.04-18.53.50:620][  0]LogConfig: Setting CVar [[g.TimeoutForBlockOnRenderFence:60000]]
[2021.05.04-18.53.50:620][  0]LogInit: Unix hardware info:
[2021.05.04-18.53.50:620][  0]LogInit:  - we are the first instance of this executable
[2021.05.04-18.53.50:620][  0]LogInit:  - this process' id (pid) is 12, parent process' id (ppid) is 1
[2021.05.04-18.53.50:620][  0]LogInit:  - we are not running under debugger
[2021.05.04-18.53.50:620][  0]LogInit:  - machine network name is 'instance-1'
[2021.05.04-18.53.50:620][  0]LogInit:  - user name is 'ue4' (ue4)
[2021.05.04-18.53.50:620][  0]LogInit:  - we're logged in locally
[2021.05.04-18.53.50:620][  0]LogInit:  - we're running with rendering
[2021.05.04-18.53.50:620][  0]LogInit:  - CPU: GenuineIntel '           Intel(R) Xeon(R) CPU @ 2.00GHz' (signature: 0x50653)
[2021.05.04-18.53.50:620][  0]LogInit:  - Number of physical cores available for the process: 96
[2021.05.04-18.53.50:620][  0]LogInit:  - Number of logical cores available for the process: 96
[2021.05.04-18.53.50:620][  0]LogInit:  - Cache line size: 64
[2021.05.04-18.53.50:620][  0]LogInit:  - Memory allocator used: binned2
[2021.05.04-18.53.50:620][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2021.05.04-18.53.50:620][  0]LogInit:  - This is an internal build.
[2021.05.04-18.53.50:620][  0]LogCore: Benchmarking clocks:
[2021.05.04-18.53.50:620][  0]LogCore:  - CLOCK_MONOTONIC (id=1) can sustain 25945700 (25946K, 26M) calls per second without zero deltas.
[2021.05.04-18.53.50:620][  0]LogCore:  - CLOCK_MONOTONIC_RAW (id=4) can sustain 26003203 (26003K, 26M) calls per second without zero deltas.
[2021.05.04-18.53.50:620][  0]LogCore:  - CLOCK_MONOTONIC_COARSE (id=6) can sustain 38985473 (38985K, 39M) calls per second with 99.999333% zero deltas.
[2021.05.04-18.53.50:620][  0]LogCore: Selected clock_id 4 (CLOCK_MONOTONIC_RAW) since it is the fastest support clock without zero deltas.
[2021.05.04-18.53.50:620][  0]LogInit: Unix-specific commandline switches:
[2021.05.04-18.53.50:620][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2021.05.04-18.53.50:620][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2021.05.04-18.53.50:620][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2021.05.04-18.53.50:620][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2021.05.04-18.53.50:620][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2021.05.04-18.53.50:620][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2021.05.04-18.53.50:620][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2021.05.04-18.53.50:620][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2021.05.04-18.53.50:620][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2021.05.04-18.53.50:620][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2021.05.04-18.53.50:620][  0]LogInit:  Unable to read VR Path Registry from /home/ue4/.config/openvr/openvrpaths.vrpath
-virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2021.05.04-18.53.50:620][  0]LogInit:  - Physical RAM available (not considering process quota): 355 GB (362768 MB, 371474592 KB, 380389982208 bytes)
[2021.05.04-18.53.50:620][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2021.05.04-18.53.50:620][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2021.05.04-18.53.50:633][  0]LogInit: Physics initialised using underlying interface: PhysX
[2021.05.04-18.53.50:633][  0]LogInit: Using OS detected language (en-US-POSIX).
[2021.05.04-18.53.50:634][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2021.05.04-18.53.50:634][  0]LogTextLocalizationManager: No specific localization for 'en-US-POSIX' exists, so the 'en' localization will be used.
[2021.05.04-18.53.50:647][  0]LogHAL: Warning: Splash screen image not found.
[2021.05.04-18.53.50:654][  0]LogSlate: New Slate User Created.  User Index 0, Is Virtual User: 0
[2021.05.04-18.53.50:654][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
[2021.05.04-18.53.50:655][  0]LogInit: Using SDL_WINDOW_VULKAN
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_xlib_display
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_report
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_utils
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_direct_mode_display
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_display_surface_counter
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_device_group_creation
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_display
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_fence_capabilities
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_memory_capabilities
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_semaphore_capabilities
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_get_physical_device_properties2
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_get_surface_capabilities2
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_surface
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_xcb_surface
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_xlib_surface
[2021.05.04-18.53.50:859][  0]LogHMD: Failed to initialize OpenVR with code 110
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: Not using instance layers
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: Using instance extensions
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: * VK_KHR_external_memory_capabilities
[2021.05.04-18.53.50:859][  0]LogVulkanRHI: Display: * VK_KHR_get_physical_device_properties2
[2021.05.04-18.53.50:931][  0]LogRHI: Warning: Failed to find entry point for vkDestroySurfaceKHR
[2021.05.04-18.53.50:931][  0]LogRHI: Warning: Failed to find entry point for vkGetPhysicalDeviceSurfaceSupportKHR
[2021.05.04-18.53.50:931][  0]LogRHI: Warning: Failed to find entry point for vkGetPhysicalDeviceSurfaceCapabilitiesKHR
[2021.05.04-18.53.50:931][  0]LogRHI: Warning: Failed to find entry point for vkGetPhysicalDeviceSurfaceFormatsKHR
[2021.05.04-18.53.50:931][  0]LogRHI: Warning: Failed to find entry point for vkGetPhysicalDeviceSurfacePresentModesKHR
[2021.05.04-18.53.50:932][  0]LogVulkanRHI: Display: Found 4 device(s)
[2021.05.04-18.53.50:932][  0]LogVulkanRHI: Display: Device 0: NVIDIA Tesla P4
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: - API 1.2.168(0x4020a8) Driver 0x7444c040 VendorId 0x10de
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: - DeviceID 0x1bb3 Type Discrete GPU
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 32 Timestamps 1
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_4444_formats
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_blend_operation_advanced
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_buffer_device_address
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_calibrated_timestamps
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conditional_rendering
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conservative_rasterization
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_custom_border_color
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_enable
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_range_unrestricted
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_discard_rectangles
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_display_control
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_external_memory_host
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_fragment_shader_interlock
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_global_priority
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_query_reset
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_robustness
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_index_type_uint8
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_inline_uniform_block
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_line_rasterization
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_budget
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pci_bus_info
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_cache_control
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_feedback
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_post_depth_coverage
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_private_data
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_robustness2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sample_locations
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sampler_filter_minmax
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_demote_to_helper_invocation
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_image_atomic_int64
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_viewport_index_layer
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_texel_buffer_alignment
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_tooling_info
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_transform_feedback
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_image_arrays
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_8bit_storage
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_acceleration_structure
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_buffer_device_address
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_copy_commands2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_deferred_host_operations
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence_fd
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore_fd
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_executable_properties
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_library
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_push_descriptor
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_ray_tracing_pipeline
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_ycbcr_conversion
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_atomic_int64
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_clock
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_non_semantic_info
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_subgroup_extended_types
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_terminate_invocation
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain_mutable_format
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_variable_pointers
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_vulkan_memory_model
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_workgroup_memory_explicit_layout
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_zero_initialize_workgroup_memory
[2021.05.04-18.53.50:933][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_clip_space_w_scaling
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_coverage_reduction_mode
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation_image_aliasing
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostic_checkpoints
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostics_config
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_generated_commands
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fill_rectangle
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fragment_coverage_to_color
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_framebuffer_mixed_samples
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_geometry_shader_passthrough
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_ray_tracing
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_sample_mask_override_coverage
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_sm_builtins
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_subgroup_partitioned
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_array2
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_swizzle
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_NVX_multiview_per_view_attributes
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: Device 1: NVIDIA Tesla P4
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: - API 1.2.168(0x4020a8) Driver 0x7444c040 VendorId 0x10de
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: - DeviceID 0x1bb3 Type Discrete GPU
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 32 Timestamps 1
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_4444_formats
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_blend_operation_advanced
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_buffer_device_address
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_calibrated_timestamps
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conditional_rendering
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conservative_rasterization
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_custom_border_color
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_enable
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_range_unrestricted
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_discard_rectangles
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_display_control
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_external_memory_host
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_fragment_shader_interlock
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_global_priority
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_query_reset
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_robustness
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_index_type_uint8
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_inline_uniform_block
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_line_rasterization
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_budget
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pci_bus_info
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_cache_control
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_feedback
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_post_depth_coverage
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_private_data
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_robustness2
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sample_locations
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sampler_filter_minmax
[2021.05.04-18.53.50:934][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_demote_to_helper_invocation
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_image_atomic_int64
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_viewport_index_layer
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_texel_buffer_alignment
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_tooling_info
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_transform_feedback
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_image_arrays
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_8bit_storage
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_acceleration_structure
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_buffer_device_address
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_copy_commands2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_deferred_host_operations
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence_fd
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore_fd
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_executable_properties
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_library
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_push_descriptor
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_ray_tracing_pipeline
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_ycbcr_conversion
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_atomic_int64
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_clock
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_non_semantic_info
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_subgroup_extended_types
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_terminate_invocation
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain_mutable_format
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_variable_pointers
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_vulkan_memory_model
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_workgroup_memory_explicit_layout
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_zero_initialize_workgroup_memory
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_clip_space_w_scaling
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_coverage_reduction_mode
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation_image_aliasing
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostic_checkpoints
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostics_config
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_generated_commands
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fill_rectangle
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fragment_coverage_to_color
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_framebuffer_mixed_samples
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_geometry_shader_passthrough
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_ray_tracing
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_sample_mask_override_coverage
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_sm_builtins
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_subgroup_partitioned
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_array2
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_swizzle
[2021.05.04-18.53.50:935][  0]LogVulkanRHI: Display: -    Found device extension VK_NVX_multiview_per_view_attributes
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: Device 2: NVIDIA Tesla P4
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: - API 1.2.168(0x4020a8) Driver 0x7444c040 VendorId 0x10de
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: - DeviceID 0x1bb3 Type Discrete GPU
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 32 Timestamps 1
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_4444_formats
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_blend_operation_advanced
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_buffer_device_address
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_calibrated_timestamps
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conditional_rendering
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conservative_rasterization
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_custom_border_color
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_enable
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_range_unrestricted
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_discard_rectangles
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_display_control
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_external_memory_host
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_fragment_shader_interlock
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_global_priority
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_query_reset
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_robustness
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_index_type_uint8
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_inline_uniform_block
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_line_rasterization
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_budget
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pci_bus_info
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_cache_control
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_feedback
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_post_depth_coverage
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_private_data
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_robustness2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sample_locations
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sampler_filter_minmax
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_demote_to_helper_invocation
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_image_atomic_int64
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_viewport_index_layer
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_texel_buffer_alignment
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_tooling_info
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_transform_feedback
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_image_arrays
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_8bit_storage
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_acceleration_structure
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_buffer_device_address
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_copy_commands2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_deferred_host_operations
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence_fd
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore_fd
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_executable_properties
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_library
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_push_descriptor
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_ray_tracing_pipeline
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_ycbcr_conversion
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_atomic_int64
[2021.05.04-18.53.50:936][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_clock
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_non_semantic_info
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_subgroup_extended_types
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_terminate_invocation
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain_mutable_format
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_variable_pointers
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_vulkan_memory_model
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_workgroup_memory_explicit_layout
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_zero_initialize_workgroup_memory
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_clip_space_w_scaling
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_coverage_reduction_mode
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation_image_aliasing
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostic_checkpoints
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostics_config
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_generated_commands
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fill_rectangle
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fragment_coverage_to_color
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_framebuffer_mixed_samples
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_geometry_shader_passthrough
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_ray_tracing
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_sample_mask_override_coverage
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_sm_builtins
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_subgroup_partitioned
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_array2
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_swizzle
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_NVX_multiview_per_view_attributes
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: Device 3: NVIDIA Tesla P4
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: - API 1.2.168(0x4020a8) Driver 0x7444c040 VendorId 0x10de
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: - DeviceID 0x1bb3 Type Discrete GPU
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 32 Timestamps 1
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_4444_formats
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_blend_operation_advanced
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_buffer_device_address
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_calibrated_timestamps
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conditional_rendering
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conservative_rasterization
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_custom_border_color
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_enable
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_range_unrestricted
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_discard_rectangles
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_display_control
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_external_memory_host
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_fragment_shader_interlock
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_global_priority
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_query_reset
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_robustness
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_index_type_uint8
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_inline_uniform_block
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_line_rasterization
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_budget
[2021.05.04-18.53.50:937][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pci_bus_info
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_cache_control
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_feedback
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_post_depth_coverage
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_private_data
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_robustness2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sample_locations
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sampler_filter_minmax
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_demote_to_helper_invocation
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_image_atomic_int64
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_viewport_index_layer
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_texel_buffer_alignment
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_tooling_info
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_transform_feedback
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_image_arrays
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_8bit_storage
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_acceleration_structure
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_buffer_device_address
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_copy_commands2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_deferred_host_operations
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence_fd
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore_fd
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_executable_properties
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_library
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_push_descriptor
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_ray_tracing_pipeline
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_ycbcr_conversion
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_atomic_int64
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_clock
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_non_semantic_info
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_subgroup_extended_types
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_terminate_invocation
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain_mutable_format
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_variable_pointers
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_vulkan_memory_model
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_workgroup_memory_explicit_layout
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_zero_initialize_workgroup_memory
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_clip_space_w_scaling
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_coverage_reduction_mode
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_dedicated_allocation_image_aliasing
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostic_checkpoints
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_diagnostics_config
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_generated_commands
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fill_rectangle
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_fragment_coverage_to_color
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_framebuffer_mixed_samples
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_geometry_shader_passthrough
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_ray_tracing
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_sample_mask_override_coverage
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_sm_builtins
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_shader_subgroup_partitioned
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_array2
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_viewport_swizzle
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: -    Found device extension VK_NVX_multiview_per_view_attributes
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: Using Device 0: Geometry 1 Tessellation 1
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: Found 3 Queue Families
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: Initializing Queue Family 0: 16 queues Gfx Compute Xfer Sparse
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: Initializing Queue Family 1: 2 queues Xfer Sparse
[2021.05.04-18.53.50:938][  0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 2: 8 queues Compute Xfer Sparse
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: Using device layers
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: Using device extensions
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: * VK_KHR_swapchain
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: * VK_KHR_maintenance1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: * VK_KHR_maintenance2
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: * VK_KHR_external_memory
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: * VK_KHR_external_memory_fd
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 3 Device Memory Heaps; Max memory allocations -1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 0: Flags 0x1 Size 8053063680 (7680.00 MB) GPU
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 1: Flags 0x0 Size 285292486656 (272076.12 MB)
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 2: Flags 0x1 Size 257949696 (246.00 MB) GPU
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 11 Device Memory Types (Not unified)
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 0: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 1: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 2: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 3: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 4: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 5: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 6: Flags 0x0 Heap 1
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 7: Flags 0x1 Heap 0  Local
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 8: Flags 0x6 Heap 1  HostVisible HostCoherent
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 9: Flags 0xe Heap 1  HostVisible HostCoherent HostCached
[2021.05.04-18.53.51:213][  0]LogVulkanRHI: Display: 10: Flags 0x7 Heap 2  Local HostVisible HostCoherent
[2021.05.04-18.53.51:254][  0]LogVulkanRHI: Display: FVulkanPipelineStateCacheManager: Binary pipeline cache '../../../ContentExamples/Saved/VulkanPSO.cache.10de.1bb3' not found.
[2021.05.04-18.53.51:270][  0]LogVulkanRHI: Display: Nvidia User Driver Version = 465.19
[2021.05.04-18.53.51:279][  0]LogRHI: Texture pool is 5270 MB (70% of 7529 MB)
[2021.05.04-18.53.51:281][  0]LogShaderLibrary: Display: Using ../../../ContentExamples/Content/ShaderArchive-Global-SF_VULKAN_SM5.ushaderbytecode for material shader code. Total 1665 unique shaders.
[2021.05.04-18.53.51:281][  0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library Global
[2021.05.04-18.53.51:281][  0]LogTemp: Warning: Clearing the OS Cache
[2021.05.04-18.53.51:284][  0]LogPakFile: New pak file ../../../ContentExamples/Content/Paks/ContentExamples-LinuxNoEditor.pak added to pak precacher.
[2021.05.04-18.53.51:337][  0]LogSlate: Using FreeType 2.10.0
[2021.05.04-18.53.51:337][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2021.05.04-18.53.51:386][  0]LogShaderLibrary: Display: Using ../../../ContentExamples/Content/ShaderArchive-ContentExamples-SF_VULKAN_SM5.ushaderbytecode for material shader code. Total 7373 unique shaders.
[2021.05.04-18.53.51:386][  0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library ContentExamples
[2021.05.04-18.53.51:386][  0]LogRHI: Display: Opened pipeline cache after state change and enqueued 0 of 0 tasks for precompile.
[2021.05.04-18.53.51:386][  0]LogRHI: Display: Failed to open default shader pipeline cache for ContentExamples using shader platform 20.
[2021.05.04-18.53.51:386][  0]LogInit: Using OS detected language (en-US-POSIX).
[2021.05.04-18.53.51:386][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2021.05.04-18.53.51:386][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2021.05.04-18.53.51:386][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2021.05.04-18.53.51:386][  0]LogSlate: FontCache flush requested. Reason: Culture for localization was changed
[2021.05.04-18.53.51:386][  0]LogSlate: FontCache flush requested. Reason: Culture for localization was changed
[2021.05.04-18.53.51:388][  0]LogTextLocalizationManager: Compacting localization data took   1.32ms
[2021.05.04-18.53.51:403][  0]LogAssetRegistry: FAssetRegistry took 0.0145 seconds to start up
[2021.05.04-18.53.51:471][  0]LogStreaming: Display: Flushing async loaders.
[2021.05.04-18.53.51:472][  0]LogPackageLocalizationCache: Processed 20 localized package path(s) for 1 prioritized culture(s) in 0.000346 seconds
[2021.05.04-18.53.51:479][  0]LogLinux: Selected Device Profile: [LinuxNoEditor]
[2021.05.04-18.53.51:490][  0]LogNetVersion: ContentExamples 1.0.0, NetCL: 13144385, EngineNetVer: 14, GameNetVer: 0 (Checksum: 3747750437)
[2021.05.04-18.53.51:552][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio inputUnable to read VR Path Registry from /home/ue4/.config/openvr/openvrpaths.vrpath
Unable to read VR Path Registry from /home/ue4/.config/openvr/openvrpaths.vrpath
XYXYXY XYXYXY Clearnupworld 0x7f052a1c5950 -> (nil)
 will be silent.
[2021.05.04-18.53.51:552][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2021.05.04-18.53.51:589][  0]LogAISub: UAISubsystem AISubsystem (0x7f052abaa440), frame # 0
[2021.05.04-18.53.51:589][  0]LogAISub: UAISubsystem AIPerceptionSystem (0x7f052a184480), frame # 0
[2021.05.04-18.53.51:592][  0]LogAISub: UAISubsystem EnvQueryManager (0x7f052b1e0200), frame # 0
[2021.05.04-18.53.51:601][  0]LogMoviePlayer: Initializing movie player
[2021.05.04-18.53.51:676][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
[2021.05.04-18.53.51:676][  0]LogSlate: Slate font cache was flushed
[2021.05.04-18.53.51:685][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
[2021.05.04-18.53.51:689][  0]LogUObjectArray: 13675 objects as part of root set at end of initial load.
[2021.05.04-18.53.51:689][  0]LogUObjectArray: 2 objects are not in the root set, but can never be destroyed because they are in the DisregardForGC set.
[2021.05.04-18.53.51:689][  0]LogUObjectAllocator: 2760488 out of 0 bytes used by permanent object pool.
[2021.05.04-18.53.51:689][  0]LogUObjectArray: CloseDisregardForGC: 13675/13675 objects in disregard for GC pool
[2021.05.04-18.53.51:717][  0]LogEngine: Initializing Engine...
[2021.05.04-18.53.51:717][  0]LogHMD: Failed to initialize OpenVR with code 110
[2021.05.04-18.53.51:718][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
[2021.05.04-18.53.51:840][  0]LogPakFile: Precache HighWater 16MB

[2021.05.04-18.53.51:840][  0]LogPakFile: Precache HighWater 32MB

[2021.05.04-18.53.51:840][  0]LogInit: Initializing FReadOnlyCVARCache
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Sample Rate:                          48000
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Callback Buffer Frame Size Requested: 1024
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Callback Buffer Frame Size To Use:    1024
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Number of buffers to queue:           2
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Max Channels (voices):                32
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display:   Number of Async Source Workers:       0
[2021.05.04-18.53.51:841][  0]LogAudio: Display: AudioDevice MaxSources: 32
[2021.05.04-18.53.51:841][  0]LogAudio: Display: Using built-in audio occlusion.
[2021.05.04-18.53.51:841][  0]LogAudioMixer: Display: Initializing audio mixer.
[2021.05.04-18.53.51:880][  0]LogAudioMixerSDL: Display: Initialized SDL using pulseaudio platform API backend.
[2021.05.04-18.53.51:954][  0]LogAudioMixerSDL: Opening default audio device (device index -1)
[2021.05.04-18.53.51:955][  0]LogAudioMixer: Display: Using Audio Device Default Audio Device
[2021.05.04-18.53.51:956][  0]LogAudioMixer: Display: Initializing Sound Submixes...
[2021.05.04-18.53.51:958][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
[2021.05.04-18.53.51:958][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
[2021.05.04-18.53.51:961][  0]LogAudioMixer: Display: Creating Master Submix 'MasterEQSubmixDefault'
[2021.05.04-18.53.51:961][  0]LogInit: FAudioDevice initialized.
[2021.05.04-18.53.51:962][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
[2021.05.04-18.53.51:962][  0]LogInit: Texture streaming: Enabled
[2021.05.04-18.53.51:973][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
[2021.05.04-18.53.51:974][  0]LogInit: Display: Game Engine Initialized.
[2021.05.04-18.53.51:975][  0]LogInit: Display: Starting Game.
[2021.05.04-18.53.51:975][  0]LogNet: Browse: /Game/Maps/ExampleProjectWelcome?Name=Player
[2021.05.04-18.53.51:975][  0]LogLoad: LoadMap: /Game/Maps/ExampleProjectWelcome?Name=Player
[2021.05.04-18.53.51:975][  0]LogWorld: BeginTearingDown for /Temp/Untitled_0
[2021.05.04-18.53.51:978][  0]LogWorld: UWorld::CResizing viewport due to setres change, 1024 x 768

The adamrehn/ue4-full:4.25-pixelstreaming image was built using the following ue4-docker command:

ue4-docker build custom:4.25-pixelstreaming -repo=https://github.com/ImmortalEmperor/UnrealEngine.git -branch=4.25-pixelstreaming --cuda=10.2 --no-engine --rebuild

Any thoughts? I can get the web frontend to come up and it shows text that says Click to Start, however, when I click on it, I receive an error that the Streamer is not connected. This seems consistent with the fact that the plugin is not being loaded; I imagine the PixelStreamingIP and PixelStreamingPort cli switches will have little to no affect if the plugin is not being loaded on startup.

Any help you can provide would be most appreciated. Thank you.

apshoemaker commented 3 years ago

I should note that this is the output from nvidia-smi:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 465.24.02    Driver Version: 465.24.02    CUDA Version: 11.3     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA Tesla P4     Off  | 00000000:00:04.0 Off |                    0 |
| N/A   47C    P0    24W /  75W |      0MiB /  7611MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA Tesla P4     Off  | 00000000:00:05.0 Off |                    0 |
| N/A   42C    P0    24W /  75W |      0MiB /  7611MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   2  NVIDIA Tesla P4     Off  | 00000000:00:06.0 Off |                    0 |
| N/A   44C    P0    24W /  75W |      0MiB /  7611MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   3  NVIDIA Tesla P4     Off  | 00000000:00:07.0 Off |                    0 |
| N/A   48C    P0    23W /  75W |      0MiB /  7611MiB |      1%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

This is the output from nvcc --version:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:24:38_PDT_2019
Cuda compilation tools, release 10.2, V10.2.89
apshoemaker commented 3 years ago

ok - wow - very sorry ... disregard. This was a total noob mistake on my part. The project that I have been testing with just didn't have the PixelStreaming plugin enabled. Hopefully if someone equally as noob as I am comes along, perhaps they will not make the same mistake for long.

lukehb commented 3 years ago

@apshoemaker

ok - wow - very sorry ... disregard. This was a total noob mistake on my part. The project that I have been testing with just didn't have the PixelStreaming plugin enabled. Hopefully if someone equally as noob as I am comes along, perhaps they will not make the same mistake for long.

All good :')

Not sure if this is relevant, but one thing I noticed was in this command:

docker run --rm --gpus all --network container:signalling contentexamples:1.0

It probably needs the network host bit like the other one you wrote:

docker run -it --rm -p 80:80 --network host --entrypoint /bin/bash --name signalling pixel-streaming-signalling:1.0