|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.runtime.cudaChannelFormatKind
public class cudaChannelFormatKind
Channel formats.
Most comments are taken from the CUDA reference manual.
cudaChannelFormatDesc| Field Summary | |
|---|---|
static int |
cudaChannelFormatKindFloat
Float channel format |
static int |
cudaChannelFormatKindNone
No channel format |
static int |
cudaChannelFormatKindSigned
Signed channel format |
static int |
cudaChannelFormatKindUnsigned
Unsigned channel format |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int f)
Returns the String identifying the given cudaChannelFormatKind |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int cudaChannelFormatKindSigned
public static final int cudaChannelFormatKindUnsigned
public static final int cudaChannelFormatKindFloat
public static final int cudaChannelFormatKindNone
| Method Detail |
|---|
public static java.lang.String stringFor(int f)
f - The cudaChannelFormatKind
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||