Skip to content

d3d11: Move HLSL compiler to gst-libs

Seungha Yang requested to merge seungha.yang/gstreamer:hlsl-libs into main

We should move this functionality to gst-libs so that GstD3D11Converter can be moved to gst-libs. Another advantage is that applications can call our HLSL compiler wrapper method without any worry about OS version dependent system installed HLSL library. Note that there are multiple HLSL compiler library versions on Windows and system installed one would be OS version dependent.

Merge request reports