NativeRenderingPlugin icon indicating copy to clipboard operation
NativeRenderingPlugin copied to clipboard

Is there a missing #include <d3d11.h> in IUnityGraphicsD3D11.h ?

Open FreyaHolmer opened this issue 10 months ago • 0 comments

I wasn't sure if this was intentional or if I'm missing something but, I just had my code break when an autoformatter sorted my headers, which made my #include <d3d11.h> get declared after IUnityGraphicsD3D11.h, leading to lots of unknown type errors

FreyaHolmer avatar Mar 06 '25 20:03 FreyaHolmer