Most voted "swig" questions
1 question
Sort by count of
-
0
votes1
answer29
viewsSWIG - How to convert primitive types that are passed by reference?
I’m using SWIG to be able to use a C++ code in C# (Ogre3d for the curious) I have the following method in C++: bool suggestTangentVectorBuildParams(VertexElementSemantic targetSemantic, unsigned…