jcuda.runtime
Class cudaSurfaceFormatMode

java.lang.Object
  extended by jcuda.runtime.cudaSurfaceFormatMode

public class cudaSurfaceFormatMode
extends java.lang.Object

Surface format modes

See Also:
surfaceReference

Field Summary
static int cudaFormatModeAuto
           
static int cudaFormatModeForced
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaSurfaceFormatMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaFormatModeForced

public static final int cudaFormatModeForced
See Also:
Constant Field Values

cudaFormatModeAuto

public static final int cudaFormatModeAuto
See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given cudaSurfaceFormatMode

Parameters:
m - The cudaSurfaceFormatMode
Returns:
The String identifying the given cudaSurfaceFormatMode