mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
(nw) fixed compile error
This commit is contained in:
parent
1e204e460b
commit
269970125a
2
3rdparty/bgfx/src/renderer_vk.cpp
vendored
2
3rdparty/bgfx/src/renderer_vk.cpp
vendored
@ -4880,7 +4880,7 @@ VK_DESTROY
|
||||
|
||||
dsl = s_renderVK->m_descriptorSetLayoutCache.find(m_descriptorSetLayoutHash);
|
||||
|
||||
if (NULL == dsl)
|
||||
if (VK_NULL_HANDLE == dsl)
|
||||
{
|
||||
VkDescriptorSetLayoutBinding bindings[64];
|
||||
bx::memCopy(
|
||||
|
Loading…
Reference in New Issue
Block a user