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
qabstractphysxnode.cpp File Reference

(3012a8a2b9c6bc5315f3a597300b5d447840c6a5)

#include "qabstractphysxnode_p.h"
#include "qabstractphysicsnode_p.h"
#include "qphysicsmaterial_p.h"
#include "qstaticphysxobjects_p.h"
#include "PxPhysics.h"
#include "PxMaterial.h"
#include "PxShape.h"
+ Include dependency graph for qabstractphysxnode.cpp:

Go to the source code of this file.

Macros

#define PHYSX_RELEASE(x)
 

Macro Definition Documentation

◆ PHYSX_RELEASE

#define PHYSX_RELEASE ( x)
Value:
if (x != nullptr) { \
x->release(); \
x = nullptr; \
}
GLint GLint GLint GLint GLint x
[0]

Definition at line 14 of file qabstractphysxnode.cpp.

Referenced by QPhysXActorBody::buildShapes(), QAbstractPhysXNode::cleanup(), QPhysXActorBody::cleanup(), QPhysXCharacterController::cleanup(), and QPhysXWorld::deleteWorld().