smourier / DirectN

Direct interop Code for .NET Framework, .NET Core and .NET 5+ : DXGI, WIC, DirectX 9 to 12, Direct2D, Direct Write, Direct Composition, Media Foundation, WASAPI, CodecAPI, GDI, Spatial Audio, DVD, Windows Media Player, UWP DXInterop, WinUI3, etc.
MIT License
311 stars 28 forks source link

Add geometry shader's API to ID3D11DeviceContextExtensions.cs #52

Closed vmx17 closed 5 months ago

vmx17 commented 5 months ago

Add geometry shader API, GSSetShader(), GSSetShaderResouce() and GSSetShaderResouces().

vmx17 commented 5 months ago

I could comfirm GS was working recently. Thank to fix and merge it. So I may have misunderstool about #47.

smourier commented 5 months ago

It's on me, the ToArray here is a DirectN extension method and I just overlooked it :-)