Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
bc8ccdd375e5901be593eca89acb02b7be5575db
UnrealEngineUWP/Engine/Source/Developer/TextureFormat
History
zousar shaker 1ab95a72ae Fix non-unity compile issue in TextureFormatManager
#rb none

#ROBOMERGE-SOURCE: CL 16354268 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v804-16311228)

[CL 16354278 by zousar shaker in ue5-release-engine-test branch]
2021-05-17 12:32:02 -04:00
..
Private
Preferred alternative fix (instead of CL16332153) for UE-115783 and UE-115714 that uses inlining instead of relying on the caller to selectively enable/disable linking in their build files. This leaves the TextureFormat module with zero exports. Only interfaces and two inline functions. Confirmed compile & link on: win64 editor, win64 server shipping, linux server shipping, ShooterGame linux editor
2021-05-14 18:38:47 -04:00
Public
Fix non-unity compile issue in TextureFormatManager
2021-05-17 12:32:02 -04:00
TextureFormat.Build.cs
Attempt #2 (with issues fixed from last time): Extract texture format indexing and interfaces from the TargetPlatformManager and instead put it into a new type: TextureFormatManager instead. TargetPlatformManager retains the same API for querying texture format information, it just forwards to the TextureFormatManager instead. This is to facilitate the use of TextureCompressor from standalone executables that shouldn't depend on TargetPlatformManager.
2021-05-03 14:05:29 -04:00
Powered by Gitea Page: 171ms Template: 13ms
English
English
Licenses API