Bullet Collision Detection & Physics Library
Functions
btGpuUtilsSharedCode.h File Reference
#include "btGpuUtilsSharedDefs.h"
Include dependency graph for btGpuUtilsSharedCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int BT_GPU_PREF() iDivUp (int a, int b)
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! More...
 
void BT_GPU_PREF() computeGridSize (int n, int blockSize, int &numBlocks, int &numThreads)
 

Function Documentation

void BT_GPU_PREF() computeGridSize ( int  n,
int  blockSize,
int &  numBlocks,
int &  numThreads 
)

Definition at line 46 of file btGpuUtilsSharedCode.h.

int BT_GPU_PREF() iDivUp ( int  a,
int  b 
)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Definition at line 38 of file btGpuUtilsSharedCode.h.