Show / Hide Table of Contents

    Struct CudaResourceDescUnion

    Mimics the union "CUDA_RESOURCE_DESC.res" in cuda.h

    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 CudaResourceDescUnion

    Fields

    | Improve this Doc View Source

    hArray

    CUDA array

    Declaration
    public CUarray hArray
    Field Value
    Type Description
    CUarray
    | Improve this Doc View Source

    hMipmappedArray

    CUDA mipmapped array

    Declaration
    public CUmipmappedArray hMipmappedArray
    Field Value
    Type Description
    CUmipmappedArray
    | Improve this Doc View Source

    linear

    Linear memory

    Declaration
    public CudaResourceDescLinear linear
    Field Value
    Type Description
    CudaResourceDescLinear
    | Improve this Doc View Source

    pitch2D

    Linear pitched 2D memory

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