jcuda.runtime
Class surfaceReference

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.runtime.surfaceReference

public class surfaceReference
extends NativePointerObject

Java port of a surfaceReference.


Constructor Summary
surfaceReference()
          Creates a new, uninitialized textureReference
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

surfaceReference

public surfaceReference()
Creates a new, uninitialized textureReference

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class NativePointerObject
Returns:
A String representation of this object.