Bullet Collision Detection & Physics Library
Classes | Typedefs
SequentialThreadSupport.h File Reference
#include "LinearMath/btScalar.h"
#include "PlatformDefinitions.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "btThreadSupportInterface.h"
Include dependency graph for SequentialThreadSupport.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

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.