overloading with different type parameters
Status: Alpha
Brought to you by:
skieble
overloading with different type parameters is not possible in java.
void** is mapped to NativeObjectPointer<VoidPointer>
float** is mapped to NativeObjectPointer<FloatPointer>
If a class uses overloading with pointer pointers Java Code is not compilable. See Ogre::VertexElement.