fixed hash write error that it of RenderPass
This commit is contained in:
parent
6043d17094
commit
dda6f3c473
@ -271,7 +271,7 @@ namespace
|
|||||||
for(const VkFormat &fmt:rbi->GetColorFormatList())
|
for(const VkFormat &fmt:rbi->GetColorFormatList())
|
||||||
hash->Write(fmt);
|
hash->Write(fmt);
|
||||||
|
|
||||||
hash->Final(&code);
|
hash->Final(code);
|
||||||
delete hash;
|
delete hash;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user