Files
UnrealEngineUWP/Engine/Config/Linux/LinuxEngine.ini
rolando caloca 9a2c0132a6 UE4.21 - Remove Linux hack for Vulkan
#rb none
#jira
#rnx
[FYI] Arciel.Rekman

#ROBOMERGE-SOURCE: CL 4415723 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)

[CL 4415729 by rolando caloca in Staging-4.21 branch]
2018-10-02 12:19:39 -04:00

30 lines
1021 B
INI

[Audio]
; Defines a platform-specific volume headroom (in dB) for audio to provide better platform consistency with respect to volume levels.
PlatformHeadroomDB=0
[SystemSettings]
r.setres=1280x720
[SystemSettingsEditor]
; Parallel rendering has not been tested in the editor so just disable it.
r.RHICmdBypass=1
[/Script/SourceCodeAccess.SourceCodeAccessSettings]
PreferredAccessor=NullSourceCodeAccessor
[TextureStreaming]
; PoolSizeVRAMPercentage is how much percentage of GPU Dedicated VRAM should be used as a TexturePool cache for streaming textures (0 - unlimited streaming)
PoolSizeVRAMPercentage=70
[DeviceProfileManager]
DeviceProfileSelectionModule="LinuxDeviceProfileSelector"
[ConsoleVariables]
; [RCL] 2017-10-09: if you get a crash with CacheOptimizeIndexBuffer, uncomment the line below and report a problem (refer to UE-23791).
;r.TriangleOrderOptimization=2
; larger timeout since drivers may take longer time
g.TimeoutForBlockOnRenderFence=60000
[PlatformCrypto]
PlatformRequiresDataCrypto=True