Show / Hide Table of Contents

    Struct CudaResourceDescLinear

    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 CudaResourceDescLinear

    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

    numChannels

    Channels per array element

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

    sizeInBytes

    Size in bytes

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