mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +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);
|
dsl = s_renderVK->m_descriptorSetLayoutCache.find(m_descriptorSetLayoutHash);
|
||||||
|
|
||||||
if (NULL == dsl)
|
if (VK_NULL_HANDLE == dsl)
|
||||||
{
|
{
|
||||||
VkDescriptorSetLayoutBinding bindings[64];
|
VkDescriptorSetLayoutBinding bindings[64];
|
||||||
bx::memCopy(
|
bx::memCopy(
|
||||||
|
Loading…
Reference in New Issue
Block a user