protonscr

DXVK should use v3 of VK_EXT_vertex_attrib_divisor

dxvkclosed
doitsujin/dxvk#638 · opened 2018-09-10 by gfxstrand · updated 2018-09-10 · 2 comments · github
Ggfxstrand 2018-09-10 github

Part of the Vulkan spec release this week was a rev bump of VK_EXT_vertex_attribute_divisor. Version 3 of the extension now provides a physical device property query that says whether or not the zero behavior is allowed and it now has the full functionality required by D3D. Sorry for all the churn on this but I think we finally have it sorted.

Ddoitsujin maintainer 2018-09-10 github

Thanks for the heads-up, d7441f274b8dc1fad6fac3aa546ea25ed7484205 enables the device features if necessary. I hope I got this right.

Ggfxstrand 2018-09-10 github

With no knowlege whatsoever of how your extension enabling works, it looks correct.

Nothing extracted yet.