mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(nw) fixed compile error
This commit is contained in:
parent
1e204e460b
commit
269970125a
1 changed files with 1 additions and 1 deletions
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 a new issue