Bullet Collision Detection & Physics Library
Classes | Macros
btSoftBodySolverBuffer_OpenCL.h File Reference
#include <CL/cl.h>
Include dependency graph for btSoftBodySolverBuffer_OpenCL.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btOpenCLBuffer< ElementType >
 

Macros

#define SAFE_RELEASE(p)   { if(p) { (p)->Release(); (p)=NULL; } }
 

Macro Definition Documentation

#define SAFE_RELEASE (   p)    { if(p) { (p)->Release(); (p)=NULL; } }

Definition at line 32 of file btSoftBodySolverBuffer_OpenCL.h.