2022-05-13 23:42:41 -04:00
|
|
|
#ifndef GPU_CONVEX_SCENE_H
|
|
|
|
|
#define GPU_CONVEX_SCENE_H
|
|
|
|
|
|
2026-06-03 15:08:51 +01:00
|
|
|
class CommonExampleInterface* OpenCLBoxBoxCreateFunc(struct CommonExampleOptions& options);
|
2022-05-13 23:42:41 -04:00
|
|
|
|
2026-06-03 15:08:51 +01:00
|
|
|
#endif //GPU_CONVEX_SCENE_H
|