tests: fix build on os/x
[schroedinger.git] / schroedinger / schrocuda.h
blob576725dc041626d5350c8c42cf35df16defc69c8
2 #ifndef __SCHRO_CUDA_H__
3 #define __SCHRO_CUDA_H__
5 SCHRO_BEGIN_DECLS
7 #ifdef SCHRO_ENABLE_UNSTABLE_API
9 void schro_cuda_init (void);
10 SchroMemoryDomain *schro_memory_domain_new_cuda (void);
13 void schro_motion_render_cuda (SchroMotion *motion, SchroFrame *dest);
15 void schro_frame_inverse_iwt_transform_cuda (SchroFrame *frame,
16 SchroFrame *transform_frame, SchroParams *params);
18 #endif
20 SCHRO_END_DECLS
22 #endif