fix some out-of-bounds error in the OpenCL rigid body pipeline
re-enable an OpenCL/gpu rigid body example (box-box stack)
This commit is contained in:
7
examples/OpenCL/rigidbody/GpuConvexScene.h
Normal file
7
examples/OpenCL/rigidbody/GpuConvexScene.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef GPU_CONVEX_SCENE_H
|
||||
#define GPU_CONVEX_SCENE_H
|
||||
|
||||
class CommonExampleInterface* OpenCLBoxBoxCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
|
||||
#endif //GPU_CONVEX_SCENE_H
|
||||
Reference in New Issue
Block a user