Show / Hide Table of Contents

    Struct NppiMirrorBatchCXR

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public struct NppiMirrorBatchCXR

    Fields

    | Improve this Doc View Source

    nDstStep

    Declaration
    public int nDstStep
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    nSrcStep

    Declaration
    public int nSrcStep
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    pDst

    device memory pointer

    Declaration
    public CUdeviceptr pDst
    Field Value
    Type Description
    CUdeviceptr
    | Improve this Doc View Source

    pSrc

    device memory pointer, ignored for in place versions

    Declaration
    public CUdeviceptr pSrc
    Field Value
    Type Description
    CUdeviceptr
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX