Show / Hide Table of Contents

Struct cudaChannelFormatDesc

CUDA Channel format descriptor

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaChannelFormatDesc")]
public struct cudaChannelFormatDesc

Fields

f

Channel format kind

Declaration
public cudaChannelFormatKind f
Field Value
Type Description
cudaChannelFormatKind

w

w

Declaration
public int w
Field Value
Type Description
System.Int32

x

x

Declaration
public int x
Field Value
Type Description
System.Int32

y

y

Declaration
public int y
Field Value
Type Description
System.Int32

z

z

Declaration
public int z
Field Value
Type Description
System.Int32
Back to top Generated by DocFX