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 SourceFormat
Array format
Declaration
public CUArrayFormat Format
Field Value
Type | Description |
---|---|
CUArrayFormat |
Height
Height of array
Declaration
public SizeT Height
Field Value
Type | Description |
---|---|
SizeT |
NumChannels
Channels per array element
Declaration
public uint NumChannels
Field Value
Type | Description |
---|---|
System.UInt32 |
Width
Width of array
Declaration
public SizeT Width
Field Value
Type | Description |
---|---|
SizeT |