mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Fixed typo.
This commit is contained in:
@@ -957,7 +957,7 @@ VK_IMPORT_INSTANCE
|
||||
}
|
||||
|
||||
vkGetPhysicalDeviceProperties(m_physicalDevice, &m_deviceProperties);
|
||||
g_caps.vendorId = uint16_t(tm_deviceProperties.vendorID);
|
||||
g_caps.vendorId = uint16_t(m_deviceProperties.vendorID);
|
||||
g_caps.deviceId = uint16_t(m_deviceProperties.deviceID);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user