Compile fix for bool cast

This commit is contained in:
baldurk
2023-12-14 15:31:29 +00:00
parent ec78d567dd
commit ca5783e712
@@ -2604,7 +2604,7 @@ bool WrappedVulkan::Serialise_vkCreateDevice(SerialiserType &ser, VkPhysicalDevi
CHECK_PHYS_EXT_FEATURE(primitiveTopologyListRestart);
CHECK_PHYS_EXT_FEATURE(primitiveTopologyPatchListRestart);
m_ListRestart = ext->primitiveTopologyListRestart;
m_ListRestart = ext->primitiveTopologyListRestart != VK_FALSE;
}
END_PHYS_EXT_CHECK();