fabmax / physx-jni

Java JNI bindings for Nvidia PhysX
MIT License
85 stars 8 forks source link

README wrong Cuda function #52

Closed haubna closed 1 year ago

haubna commented 1 year ago

The readme uses PxTopLevelFunctions.CreateCudaContextManager(foundation, desc); instead of PxCudaTopLevelFunctions.CreateCudaContextManager(foundation, desc);

fabmax commented 1 year ago

thanks, for the hint!