Closed amerkoleci closed 7 years ago
Those 3 need the "[UnmanagedFunctionPointer(CallingConvention.StdCall)]" otherwise GC marshalling will fail in some scenarios.
Can you elaborate in which scenarios this may be a problem?
Now I'm using your VulkanCore lib, should be considered closed, I thought the issue was to missing UnmanagedFunctionPointerAttribute.
Those 3 need the "[UnmanagedFunctionPointer(CallingConvention.StdCall)]" otherwise GC marshalling will fail in some scenarios.