HansKristian-Work / dxil-spirv

DXIL conversion to SPIR-V for D3D12 translation libraries
Other
165 stars 32 forks source link

Add support for KHR_compute_shader_derivatives. #202

Closed doitsujin closed 2 months ago

doitsujin commented 2 months ago

Needed to do two things here, a) allow derivatives to be used in mesh/task in addition to compute, and b) add yet another option to pick whether we want the NV or KHR flavour even if the only thing that changes is the extension string.