Namespace: Rx::LFR – Class: CudaImage – Header: Rx.LFR/CudaImage.h

CudaImage::Create Method

C++
void Create(const CRxImageFormat& format)

Creates a new CUDA image and allocates its memory on the CUDA device that is currently set via cudaSetDevice.

Parameters

[const CRxImageFormat&] format

The format description of this image.