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 SourceDepth
Depth of 3D array
Declaration
public SizeT Depth
Field Value
Type | Description |
---|---|
SizeT |
Flags
Flags
Declaration
public CUDAArray3DFlags Flags
Field Value
Type | Description |
---|---|
CUDAArray3DFlags |
Format
Array format
Declaration
public CUArrayFormat Format
Field Value
Type | Description |
---|---|
CUArrayFormat |
Height
Height of 3D 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 3D array
Declaration
public SizeT Width
Field Value
Type | Description |
---|---|
SizeT |