Closed
Description
I've found a problem where I want to call BeginPopupModal
like this:
ImGui::BeginPopupModal(label, nullptr, flags)
which is possible by doing ref Unsafe.AsRef<bool>(null)
in an unsafe context but the marshalling done in this library dereferences that reference which causes a NullRefernceException
.
Metadata
Metadata
Assignees
Labels
No labels