diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html index e5ff256d..8f69a103 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxGpu_8h-source.html @@ -61,13 +61,30 @@ <a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="PxPhysXCommonConfig_8h.html">common/PxPhysXCommonConfig.h</a>"</span> <a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="PxFoundation_8h.html">foundation/PxFoundation.h</a>"</span> <a name="l00043"></a>00043 -<a name="l00049"></a>00049 <a class="code" href="Pxc_8h.html#ea189596f11f07c586d4757cc67e8f7f">PX_C_EXPORT</a> <a class="code" href="group__common.html#g4636d12a5a01930fa258136f3f93366f">PX_PHYSX_CORE_API</a> <span class="keywordtype">int</span> PX_CALL_CONV PxGetSuggestedCudaDeviceOrdinal(physx::PxErrorCallback& errc); -<a name="l00050"></a>00050 -<a name="l00056"></a>00056 <a class="code" href="Pxc_8h.html#ea189596f11f07c586d4757cc67e8f7f">PX_C_EXPORT</a> <a class="code" href="group__common.html#g4636d12a5a01930fa258136f3f93366f">PX_PHYSX_CORE_API</a> physx::PxCudaContextManager* PX_CALL_CONV PxCreateCudaContextManager(physx::PxFoundation& foundation, <span class="keyword">const</span> physx::PxCudaContextManagerDesc& desc); -<a name="l00057"></a>00057 -<a name="l00058"></a>00058 <span class="preprocessor">#endif // PX_SUPPORT_GPU_PHYSX</span> -<a name="l00059"></a>00059 <span class="preprocessor"></span> -<a name="l00060"></a>00060 <span class="preprocessor">#endif // PX_GPU_H</span> +<a name="l00055"></a>00055 <span class="keyword">class </span>PxGpuLoadHook +<a name="l00056"></a>00056 { +<a name="l00057"></a>00057 <span class="keyword">public</span>: +<a name="l00058"></a>00058 PxGpuLoadHook() {} +<a name="l00059"></a>00059 <span class="keyword">virtual</span> ~PxGpuLoadHook() {} +<a name="l00060"></a>00060 +<a name="l00061"></a>00061 <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* getPhysXGpuDEBUGDllName() <span class="keyword">const</span> = 0; +<a name="l00062"></a>00062 <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* getPhysXGpuCHECKEDDllName() <span class="keyword">const</span> = 0; +<a name="l00063"></a>00063 <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* getPhysXGpuPROFILEDllName() <span class="keyword">const</span> = 0; +<a name="l00064"></a>00064 <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* getPhysXGpuDllName() <span class="keyword">const</span> = 0; +<a name="l00065"></a>00065 +<a name="l00066"></a>00066 <span class="keyword">protected</span>: +<a name="l00067"></a>00067 <span class="keyword">private</span>: +<a name="l00068"></a>00068 }; +<a name="l00069"></a>00069 +<a name="l00077"></a>00077 <a class="code" href="Pxc_8h.html#ea189596f11f07c586d4757cc67e8f7f">PX_C_EXPORT</a> <a class="code" href="group__common.html#g4636d12a5a01930fa258136f3f93366f">PX_PHYSX_CORE_API</a> <span class="keywordtype">void</span> PX_CALL_CONV PxSetPhysXGpuLoadHook(<span class="keyword">const</span> PxGpuLoadHook* hook); +<a name="l00078"></a>00078 +<a name="l00084"></a>00084 <a class="code" href="Pxc_8h.html#ea189596f11f07c586d4757cc67e8f7f">PX_C_EXPORT</a> <a class="code" href="group__common.html#g4636d12a5a01930fa258136f3f93366f">PX_PHYSX_CORE_API</a> <span class="keywordtype">int</span> PX_CALL_CONV PxGetSuggestedCudaDeviceOrdinal(physx::PxErrorCallback& errc); +<a name="l00085"></a>00085 +<a name="l00091"></a>00091 <a class="code" href="Pxc_8h.html#ea189596f11f07c586d4757cc67e8f7f">PX_C_EXPORT</a> <a class="code" href="group__common.html#g4636d12a5a01930fa258136f3f93366f">PX_PHYSX_CORE_API</a> physx::PxCudaContextManager* PX_CALL_CONV PxCreateCudaContextManager(physx::PxFoundation& foundation, <span class="keyword">const</span> physx::PxCudaContextManagerDesc& desc); +<a name="l00092"></a>00092 +<a name="l00093"></a>00093 <span class="preprocessor">#endif // PX_SUPPORT_GPU_PHYSX</span> +<a name="l00094"></a>00094 <span class="preprocessor"></span> +<a name="l00095"></a>00095 <span class="preprocessor">#endif // PX_GPU_H</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> |