Alex Swaim
Alex Swaim
I dug into this a bit, and it looks like the issue is simply that ImPlot doesn't add IMPLOT_API onto the constructors of ImPlotPoint or any of it's other structs...
Apologies if I misunderstood you. I thought you were referring to the renderer class marked as Obsolete in code when talking about the ExampleD3D11 project, not the entire project I'll...
It looks like commit e9db85f1 gives me an error related to the implicit conversion change 7>ImGuiD3D11Renderer.cs(531,46): Error CS0457 : Ambiguous user defined conversions 'ImTextureID.implicit operator ImTextureID(ulong)' and 'ImTextureID.implicit operator ImTextureID(nint)'...
I pulled down and tried out this package for the first time yesterday and this error was preventing me from using the ExampleD3D11 or ExampleOpenGL3 projects. I'll make a new...