Show / Hide Table of Contents

    Struct CUDAArray3DDescriptor

    3D 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 CUDAArray3DDescriptor

    Fields

    | Improve this Doc View Source

    Depth

    Depth of 3D array

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

    Flags

    Flags

    Declaration
    public CUDAArray3DFlags Flags
    Field Value
    Type Description
    CUDAArray3DFlags
    | 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 3D 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 3D array

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