Show / Hide Table of Contents

    Struct CudaResourceDescPitch2D

    Inner struct for CudaResourceDesc

    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.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public struct CudaResourceDescPitch2D

    Fields

    | Improve this Doc View Source

    devPtr

    Device pointer

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

    format

    Array format

    Declaration
    public CUArrayFormat format
    Field Value
    Type Description
    CUArrayFormat
    | Improve this Doc View Source

    height

    Height of the array in elements

    Declaration
    public SizeT height
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    numChannels

    Channels per array element

    Declaration
    public uint numChannels
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    pitchInBytes

    Pitch between two rows in bytes

    Declaration
    public SizeT pitchInBytes
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    width

    Width of the array in elements

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