SharpVk icon indicating copy to clipboard operation
SharpVk copied to clipboard

Struct marshalling under Mono

Open FacticiusVir opened this issue 9 years ago • 0 comments

Output from the validation layers suggests that one of the MemUtil WriteToPointer methods is mangling data when run on Linux; if the implementation of TypedReference is different on Mono this may be the cause. Portable library targets are also missing a set of the dynamic method & reflection functions used by current marshalling code, so these need rewritten.

FacticiusVir avatar Dec 03 '16 15:12 FacticiusVir