mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Compile fix for bool cast
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user