MeshLib C++ Docs
Loading...
Searching...
No Matches
MRCudaTest.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include "MRMesh/MRMeshFwd.h"
4#include "MRMesh/MRExpected.h"
5
6// This file exists for testing some cuda features
7
8namespace MR
9{
10
11namespace Cuda
12{
13
14// This function inverts Color value (255 - value in each channel except alpha)
16
17// call this function to load MRCuda shared library
18MRCUDA_API void loadMRCudaDll();
19
20}
21
22}
MRCUDA_API Expected< void > negatePicture(MR::Image &image)
MRCUDA_API void loadMRCudaDll()
tl::expected< T, E > Expected
Definition MRExpected.h:59
Definition MRImage.h:15