| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.1.0.*
    | 
General image descriptor. More...
#include <nppdefs.h>
| Data Fields | |
| void * | pData | 
| int | nStep | 
| NppiSize | oSize | 
General image descriptor.
Defines the basic parameters of an image, including data pointer, step, and image size. This can be used by both source and destination images.
| int NppiImageDescriptor::nStep | 
| NppiSize NppiImageDescriptor::oSize | 
| void* NppiImageDescriptor::pData |