Niklas Andersson

Results 8 comments of Niklas Andersson

Sounds good, I'll give this a try within a couple days or so. Thanks in advance!

### Summary Trying to validate the new ImPlot3D wrapper by showing the demo window in the GLFW + D3D11 example. I create ImGui + ImPlot + ImPlot3D contexts, but the...

Perhaps I didn't because ImPlot3D did not have `SetImGuiContext` available. The generated `Functions.000.cs` only have the following Set methods: ``` [NativeName(NativeNameType.Func, "ImPlot3D_SetCurrentContext")] [return: NativeName(NativeNameType.Type, "void")] [MethodImpl(MethodImplOptions.AggressiveInlining)] internal static void SetCurrentContextNative([NativeName(NativeNameType.Param,...

No luck yet, infamous error again: ``` Exception thrown at 0x00007FF84F8F1D0C (cimplot3d.dll) in ExampleGLFWD3D11.exe: 0xC0000005: Access violation reading location 0x0000000000000000. ``` Below is the minimal changes I am working with....

You may have to be more specific. Found a reference to build off from in your Discord chat to start with: I am assuming this what you meant, so I...

Good catch. However, I am not seeing a generated `SetAllocatorFunctions` under the ImPlot3D library.

I haven't dug into this - as I have been away - but by chance, have you taken a stab at it? I see a new issue created #90 is...

No, using **x86-64**. Wasn't sure if it that led you down a rabbit hole.