Graphics/UberShader: Replace missing UInt32 by the new OptionHash using
This commit is contained in:
parent
83366e93d4
commit
8efebef26c
|
|
@ -45,7 +45,7 @@ namespace Nz
|
|||
|
||||
struct Config
|
||||
{
|
||||
std::unordered_map<UInt32, nzsl::Ast::ConstantSingleValue> optionValues;
|
||||
std::unordered_map<nzsl::Ast::OptionHash, nzsl::Ast::ConstantSingleValue> optionValues;
|
||||
};
|
||||
|
||||
struct ConfigEqual
|
||||
|
|
|
|||
Loading…
Reference in New Issue