Bullet Collision Detection & Physics Library
|
#include "LinearMath/btScalar.h"
#include "PlatformDefinitions.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "btThreadSupportInterface.h"
Go to the source code of this file.
Classes | |
class | SequentialThreadSupport |
The SequentialThreadSupport is a portable non-parallel implementation of the btThreadSupportInterface This is useful for debugging and porting SPU Tasks to other platforms. More... | |
struct | SequentialThreadSupport::btSpuStatus |
struct | SequentialThreadSupport::SequentialThreadConstructionInfo |
Typedefs | |
typedef void(* | SequentialThreadFunc )(void *userPtr, void *lsMemory) |
typedef void *(* | SequentiallsMemorySetupFunc )() |
typedef void*(* SequentiallsMemorySetupFunc)() |
Definition at line 28 of file SequentialThreadSupport.h.
typedef void(* SequentialThreadFunc)(void *userPtr, void *lsMemory) |
Definition at line 27 of file SequentialThreadSupport.h.