Show / Hide Table of Contents

Enum cudaChannelFormatKind

Channel format kind

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaChannelFormatKind")]
public enum cudaChannelFormatKind

Fields

Name Description
cudaChannelFormatKindFloat = 2

Float channel format

cudaChannelFormatKindNone = 3

No channel format

cudaChannelFormatKindSigned = 0

Signed channel format

cudaChannelFormatKindUnsigned = 1

Unsigned channel format

Back to top Generated by DocFX