Show / Hide Table of Contents

    Struct CudaResourceViewDesc

    Resource view 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 CudaResourceViewDesc

    Fields

    | Improve this Doc View Source

    depth

    Depth of the resource view

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

    firstLayer

    First layer index

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

    firstMipmapLevel

    First defined mipmap level

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

    format

    Resource view format

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

    height

    Height of the resource view

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

    lastLayer

    Last layer index

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

    lastMipmapLevel

    Last defined mipmap level

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

    width

    Width of the resource view

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