public class cudaChannelFormatKind
extends java.lang.Object
cudaChannelFormatDesc| Modifier and Type | Field and Description |
|---|---|
static int |
cudaChannelFormatKindFloat
Float channel format
|
static int |
cudaChannelFormatKindNone
No channel format
|
static int |
cudaChannelFormatKindSigned
Signed channel format
|
static int |
cudaChannelFormatKindUnsigned
Unsigned channel format
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int f)
Returns the String identifying the given cudaChannelFormatKind
|
public static final int cudaChannelFormatKindSigned
public static final int cudaChannelFormatKindUnsigned
public static final int cudaChannelFormatKindFloat
public static final int cudaChannelFormatKindNone