mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[dxvk] Fix typo
This commit is contained in:
parent
49d2cee930
commit
9f01ad1f7f
@ -32,7 +32,7 @@ namespace dxvk {
|
|||||||
VkPhysicalDeviceProperties properties;
|
VkPhysicalDeviceProperties properties;
|
||||||
m_vki->vkGetPhysicalDeviceProperties(m_handle, &properties);
|
m_vki->vkGetPhysicalDeviceProperties(m_handle, &properties);
|
||||||
|
|
||||||
if (DxvkGpuVendor(properties.vendorId) == DxvkGpuVendor::Nvidia) {
|
if (DxvkGpuVendor(properties.vendorID) == DxvkGpuVendor::Nvidia) {
|
||||||
properties.driverVersion = VK_MAKE_VERSION(
|
properties.driverVersion = VK_MAKE_VERSION(
|
||||||
VK_VERSION_MAJOR(properties.driverVersion),
|
VK_VERSION_MAJOR(properties.driverVersion),
|
||||||
VK_VERSION_MINOR(properties.driverVersion) >> 2,
|
VK_VERSION_MINOR(properties.driverVersion) >> 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user