This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
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
84307a427e4a0a96bd68877ddf232db00aefd790
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Slate
History
Nick Darnell
7d1446531e
Slate/UMG - Disabling the invalidation panel for now, need to add material resource reference reporting first.
...
[CL 2655147 by Nick Darnell in Main branch]
2015-08-13 16:03:46 -04:00
..
Private
Slate/UMG - Disabling the invalidation panel for now, need to add material resource reference reporting first.
2015-08-13 16:03:46 -04:00
Public
UMG/Slate - The invalidation panel can now cache a GPU Buffer for a set of drawable elements, this avoids needing to go through the element batcher which can be very expensive on large UI set. Currently only supported on the RHI Renderer. This change required we introduce a sort of logical layering system into the rendering stack for Slate, so that volatile elements that could expand to be N long, could be sorted relative to their parent in terms of layer id, but without knowing that ahead of time, it became impossible to properly sort child elements that came after the volatile set. The logical layering avoids that by allowing us to sort each logical group independently, and as we traverse the tree only sort along each branch.
2015-08-13 16:03:06 -04:00
Slate.Build.cs
Enabled shared precompiled header for Slate module (SlateBasics.h)
2014-12-17 12:12:54 -05:00