- fix shutdown crash and some minor adjustments
This commit is contained in:
parent
d86a56086c
commit
1430d9012e
4 changed files with 21 additions and 12 deletions
|
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
bool operator<(const VkRenderPassKey &other) const
|
||||
{
|
||||
return memcmp(this, &other, sizeof(VkRenderPassKey));
|
||||
return memcmp(this, &other, sizeof(VkRenderPassKey)) < 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue