Struct CudaResourceDescPitch2D
Inner struct for CudaResourceDesc
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 CudaResourceDescPitch2D
Fields
| Improve this Doc View SourcedevPtr
Device pointer
Declaration
public CUdeviceptr devPtr
Field Value
| Type | Description |
|---|---|
| CUdeviceptr |
format
Array format
Declaration
public CUArrayFormat format
Field Value
| Type | Description |
|---|---|
| CUArrayFormat |
height
Height of the array in elements
Declaration
public SizeT height
Field Value
| Type | Description |
|---|---|
| SizeT |
numChannels
Channels per array element
Declaration
public uint numChannels
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
pitchInBytes
Pitch between two rows in bytes
Declaration
public SizeT pitchInBytes
Field Value
| Type | Description |
|---|---|
| SizeT |
width
Width of the array in elements
Declaration
public SizeT width
Field Value
| Type | Description |
|---|---|
| SizeT |