diff --git a/src/dxvk/dxvk_graphics.cpp b/src/dxvk/dxvk_graphics.cpp index 5215c2230..b37c9b38b 100644 --- a/src/dxvk/dxvk_graphics.cpp +++ b/src/dxvk/dxvk_graphics.cpp @@ -284,7 +284,7 @@ namespace dxvk { viInfo.pNext = viDivisorInfo.pNext; // TODO remove this once the extension is widely supported - if (!m_pipeMgr->m_device->extensions().extVertexAttributeDivisor) + if (!m_pipeMgr->m_device->features().extVertexAttributeDivisor.vertexAttributeInstanceRateDivisor) viInfo.pNext = viDivisorInfo.pNext; VkPipelineInputAssemblyStateCreateInfo iaInfo;