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 Sourcedepth
Depth of the resource view
Declaration
public SizeT depth
Field Value
Type | Description |
---|---|
SizeT |
firstLayer
First layer index
Declaration
public uint firstLayer
Field Value
Type | Description |
---|---|
System.UInt32 |
firstMipmapLevel
First defined mipmap level
Declaration
public uint firstMipmapLevel
Field Value
Type | Description |
---|---|
System.UInt32 |
format
Resource view format
Declaration
public CUresourceViewFormat format
Field Value
Type | Description |
---|---|
CUresourceViewFormat |
height
Height of the resource view
Declaration
public SizeT height
Field Value
Type | Description |
---|---|
SizeT |
lastLayer
Last layer index
Declaration
public uint lastLayer
Field Value
Type | Description |
---|---|
System.UInt32 |
lastMipmapLevel
Last defined mipmap level
Declaration
public uint lastMipmapLevel
Field Value
Type | Description |
---|---|
System.UInt32 |
width
Width of the resource view
Declaration
public SizeT width
Field Value
Type | Description |
---|---|
SizeT |