Show / Hide Table of Contents

    Struct CUDAArrayDescriptor

    Array descriptor

    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 CUDAArrayDescriptor

    Fields

    | 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 array

    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

    Width

    Width of array

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