MeshLib C Docs
Loading...
Searching...
No Matches
MRCudaTest.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCCuda/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Image MR_Image; // Defined in `#include <MRCMesh/MRImage.h>`.
10typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
11
12
13// This function inverts Color value (255 - value in each channel except alpha)
18
19// call this function to load MRCuda shared library
22
23#ifdef __cplusplus
24} // extern "C"
25#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
MRC_CUDA_API MR_expected_void_std_string * MR_Cuda_negatePicture(MR_Image *image)
MRC_CUDA_API void MR_Cuda_loadMRCudaDll(void)
Generated from function MR::Cuda::loadMRCudaDll.
struct MR_Image MR_Image
Definition MRJpeg.h:12
#define MRC_CUDA_API
Definition uda/include/MRCCuda/exports.h:11