mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Fix typo in version check for new Vulkan queue API
This commit is contained in:
parent
6ce02616f0
commit
3531fe0a4f
@ -582,7 +582,7 @@ bool PlVkRenderer::populateQueues(int videoFormat)
|
|||||||
|
|
||||||
fn_vkGetPhysicalDeviceQueueFamilyProperties2(m_Vulkan->phys_device, &queueFamilyCount, queueFamilies.data());
|
fn_vkGetPhysicalDeviceQueueFamilyProperties2(m_Vulkan->phys_device, &queueFamilyCount, queueFamilies.data());
|
||||||
|
|
||||||
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(58, 34, 100)
|
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(59, 34, 100)
|
||||||
Q_UNUSED(videoFormat);
|
Q_UNUSED(videoFormat);
|
||||||
|
|
||||||
for (uint32_t i = 0; i < queueFamilyCount; i++) {
|
for (uint32_t i = 0; i < queueFamilyCount; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user