gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
384 stars 25 forks source link

Support VK_KHR_shader_draw_parameters #138

Open kvark opened 6 years ago

kvark commented 6 years ago

Apparently, it's required by VKD3D

kvark commented 6 years ago

It appears to be purely a function of SPIRV-Cross. We don't need to do anything other than enabling the extension (and rewriting spirv-cross, that is).