Bullet Collision Detection & Physics Library
|
#include "BulletMultiThreaded/PlatformDefinitions.h"
#include "LinearMath/btScalar.h"
#include "LinearMath/btAlignedAllocator.h"
Go to the source code of this file.
Classes | |
struct | MiniCLTaskDesc |
Macros | |
#define | MINICL_MAX_ARGLENGTH (sizeof(void*)) |
#define | MINI_CL_MAX_ARG 16 |
#define | MINI_CL_MAX_KERNEL_NAME 256 |
Functions | |
void | processMiniCLTask (void *userPtr, void *lsMemory) |
void * | createMiniCLLocalStoreMemory () |
Variables | |
int | gMiniCLNumOutstandingTasks |
#define MINI_CL_MAX_ARG 16 |
Definition at line 26 of file MiniCLTask.h.
#define MINI_CL_MAX_KERNEL_NAME 256 |
Definition at line 27 of file MiniCLTask.h.
#define MINICL_MAX_ARGLENGTH (sizeof(void*)) |
Definition at line 25 of file MiniCLTask.h.
void* createMiniCLLocalStoreMemory | ( | ) |
Definition at line 69 of file MiniCLTask.cpp.
void processMiniCLTask | ( | void * | userPtr, |
void * | lsMemory | ||
) |
Definition at line 41 of file MiniCLTask.cpp.
int gMiniCLNumOutstandingTasks |
Definition at line 54 of file MiniCLTask.h.