Bullet Collision Detection & Physics Library
Classes | Macros
btSoftBodySolverBuffer_DX11.h File Reference
#include <windows.h>
#include <crtdbg.h>
#include <d3d11.h>
#include <d3dx11.h>
#include <d3dcompiler.h>
Include dependency graph for btSoftBodySolverBuffer_DX11.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btDX11Buffer< ElementType >
 DX11 Buffer that tracks a host buffer on use to ensure size-correctness. More...
 

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 26 of file btSoftBodySolverBuffer_DX11.h.