We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992fe43 commit aa582a9Copy full SHA for aa582a9
Graphics/GraphicsTools/src/XXH128Hasher.cpp
@@ -64,7 +64,7 @@ void XXH128State::Update(const ShaderCreateInfo& ShaderCI) noexcept
64
{
65
ASSERT_SIZEOF64(ShaderCI, 152, "Did you add new members to ShaderCreateInfo? Please handle them here.");
66
67
- Update(ShaderCI.SourceLength, // Aka ByteCodeSize
+ Update(static_cast<Uint32>(ShaderCI.SourceLength), // Aka ByteCodeSize
68
ShaderCI.EntryPoint,
69
ShaderCI.Desc,
70
ShaderCI.SourceLanguage,
0 commit comments