Bullet Collision Detection & Physics Library
|
#include <CL/cl.h>
Go to the source code of this file.
Classes | |
class | btOpenCLBuffer< ElementType > |
Macros | |
#define | SAFE_RELEASE(p) { if(p) { (p)->Release(); (p)=NULL; } } |
#define SAFE_RELEASE | ( | p | ) | { if(p) { (p)->Release(); (p)=NULL; } } |
Definition at line 32 of file btSoftBodySolverBuffer_OpenCL.h.