jcuda.driver
Class CUgraphicsResource
java.lang.Object
jcuda.NativePointerObject
jcuda.driver.CUgraphicsResource
public class CUgraphicsResource
- extends NativePointerObject
Java port of a CUgraphicsResource.
Method Summary |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CUgraphicsResource
public CUgraphicsResource()
- Creates a new, uninitialized CUgraphicsResource
CUgraphicsResource
public CUgraphicsResource(cudaGraphicsResource resource)
- Creates a CUgraphicsResource for the given
cudaGraphicsResource
. This
corresponds to casting a cudaGraphicsResource to a CUgraphicsResource.
- Parameters:
resource
- The other resource
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.