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
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
ShaderCompilerCommon
/
Private
History
guillaume abadie
886da10abf
Adds bSupportsRealTypes=RuntimeDependent in Vulkan SM5 and SM6
...
#rb jeannoe.morissette #jira UE-179496 [CL 26269712 by guillaume abadie in 5.3 branch]
2023-06-27 16:33:56 -04:00
..
CrossCompiler.cpp
…
DXCWrapper.cpp
[shaders] use ImageGetDigestStream for hashing DXC DLLs (to exclude signature/certificate data) instead of hashing the entire binary. This allows us to get the same version # for both signed and unsigned DLLs, and so fixes recompilation of shaders on initial startup of packaged release builds. Hashing was changed to xxhash which provides an iterative hashing API as required by this change (cityhash does not have such an API).
2023-02-08 16:13:26 -05:00
HlslAST.cpp
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:19:24 -04:00
HlslAST.h
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:19:24 -04:00
HlslccHeaderWriter.cpp
…
HlslExpressionParser.inl
Removed operator new (TArray) usage from headers.
2023-05-05 09:13:53 -04:00
HlslLexer.cpp
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:19:24 -04:00
HlslLexer.h
…
HlslParser.cpp
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:19:24 -04:00
HlslParser.h
…
HlslUtils.cpp
…
HlslUtils.h
Removed operator new (TArray) usage from headers.
2023-05-05 09:13:53 -04:00
ShaderCompilerCommon.cpp
Fix crash on empty string of preprocessed shader source.
2023-06-16 11:21:44 -04:00
ShaderConductorContext.cpp
Adds bSupportsRealTypes=RuntimeDependent in Vulkan SM5 and SM6
2023-06-27 16:33:56 -04:00
ShaderMinifier.cpp
…
ShaderSymbolExport.cpp
…
SpirvCommon.cpp
…
SpirvReflectCommon.cpp
…