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
7b9ad057ea246ff3094f765dfed5259dd28db71e
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
ShaderCore
/
Private
History
Daniel Lamb
62c9d5a665
Fix for inconsistent crash when requesting shader recompilation via cook on the fly.
...
UE-16572 [CL 2579114 by Daniel Lamb in Main branch]
2015-06-05 17:58:38 -04:00
..
Shader.cpp
Fix for inconsistent crash when requesting shader recompilation via cook on the fly.
2015-06-05 17:58:38 -04:00
ShaderCache.cpp
In the shader-cache associate logged draw states with a 'streaming key' so that they may be batched and predrawn only when that 'streaming key' is active. This limits predrawing to only those states that are currently relevant. Added comments as to the purpose and operation of the shader-cache for posterity.
2015-04-16 12:46:30 -04:00
ShaderCore.cpp
Further changes from PVS-Studio, submitted without modification, reviewed with owners where I was unsure of the change
2015-04-02 16:31:18 -04:00
ShaderParameters.cpp
…
VertexFactory.cpp
…