MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / TempImage

Method TempImage

C++/Image.cpp:226–228  ·  view source on GitHub ↗

TempImage

Source from the content-addressed store, hash-verified

224
225// TempImage
226TempImage::TempImage(COpenCL& CL, const SImage& Img, cl_mem_flags flags)
227: Image(CL, Img, nullptr, flags)
228{ }
229
230TempImage::TempImage(COpenCL& CL, SSize Size, SImage::EDataType Type, uint NbChannels, cl_mem_flags flags)
231: Image(CL, TempSImage(Size, Type, NbChannels), nullptr, flags)

Callers

nothing calls this directly

Calls 1

TempSImageFunction · 0.85

Tested by

no test coverage detected