Classes | Defines

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 >

Defines

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

Define Documentation

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

Definition at line 32 of file btSoftBodySolverBuffer_OpenCL.h.