data injected by cooking lib for runtime cooking
| 503 | |
| 504 | // data injected by cooking lib for runtime cooking |
| 505 | PxConvexMesh* GuMeshFactory::createConvexMesh(void* data) |
| 506 | { |
| 507 | return createConvexMesh(*reinterpret_cast<Gu::ConvexHullData*>(data)); |
| 508 | } |
| 509 | |
| 510 | PxConvexMesh* GuMeshFactory::createConvexMesh(Gu::ConvexHullData& data) |
| 511 | { |
nothing calls this directly
no test coverage detected