Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcacheutils_p.h File Reference

(1ecf9868a71ab9dbd8993d21009d9b1ce5ca92b4)

#include <QtCore/qtconfigmacros.h>
#include <QtCore/QString>
+ Include dependency graph for qcacheutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  physx
 
namespace  QCacheUtils
 

Functions

void QCacheUtils::writeCachedTriangleMesh (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf)
 
void QCacheUtils::writeCachedConvexMesh (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf)
 
void QCacheUtils::writeCachedHeightField (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf)
 
physx::PxTriangleMesh * QCacheUtils::readCookedTriangleMesh (const QString &filePath, physx::PxPhysics &physics)
 
physx::PxConvexMesh * QCacheUtils::readCookedConvexMesh (const QString &filePath, physx::PxPhysics &physics)
 
physx::PxHeightField * QCacheUtils::readCookedHeightField (const QString &filePath, physx::PxPhysics &physics)
 
physx::PxTriangleMesh * QCacheUtils::readCachedTriangleMesh (const QString &filePath, physx::PxPhysics &physics)
 
physx::PxConvexMesh * QCacheUtils::readCachedConvexMesh (const QString &filePath, physx::PxPhysics &physics)
 
physx::PxHeightField * QCacheUtils::readCachedHeightField (const QString &filePath, physx::PxPhysics &physics)