aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/PhysXGpu
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-09-25 11:33:48 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2018-09-25 11:33:48 -0500
commitad993f2926db6fe4ba2c75e17c4f099d9d853038 (patch)
tree426f831e7aa870a4704b8dd082538ff292e751f9 /PhysX_3.4/Source/PhysXGpu
parentPhysX 3.4, APEX 1.4 patch release @24698370 (diff)
downloadphysx-3.4-ad993f2926db6fe4ba2c75e17c4f099d9d853038.tar.xz
physx-3.4-ad993f2926db6fe4ba2c75e17c4f099d9d853038.zip
PhysX 3.4, APEX 1.4 patch release @24990349
Diffstat (limited to 'PhysX_3.4/Source/PhysXGpu')
-rw-r--r--PhysX_3.4/Source/PhysXGpu/include/PxPhysXGpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/PhysXGpu/include/PxPhysXGpu.h b/PhysX_3.4/Source/PhysXGpu/include/PxPhysXGpu.h
index 535fac33..333a3b40 100644
--- a/PhysX_3.4/Source/PhysXGpu/include/PxPhysXGpu.h
+++ b/PhysX_3.4/Source/PhysXGpu/include/PxPhysXGpu.h
@@ -55,6 +55,7 @@ class PxsMemoryManager;
class PxsHeapMemoryAllocatorManager;
class PxsSimulationController;
class PxsSimulationControllerCallback;
+class PxDelayLoadHook;
struct PxvSimStats;
@@ -221,6 +222,13 @@ public:
}
+#if PX_WINDOWS
+/**
+Sets delay load hook instance for PhysXGpu dll.
+*/
+PX_C_EXPORT PX_PHYSX_GPU_API void PX_CALL_CONV PxSetPhysXGpuDelayLoadHook(const physx::PxDelayLoadHook* hook);
+#endif
+
/**
Create PxPhysXGpu interface class.
*/