public class cudaResourceViewDesc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
depth
Depth of the resource view
|
int |
firstLayer
First layer index
|
int |
firstMipmapLevel
First defined mipmap level
|
int |
format
Resource view format
|
long |
height
Height of the resource view
|
int |
lastLayer
Last layer index
|
int |
lastMipmapLevel
Last defined mipmap level
|
long |
width
Width of the resource view
|
Constructor and Description |
---|
cudaResourceViewDesc()
Creates a new, uninitialized cudaResourceViewDesc
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String
representation of this object
|
java.lang.String |
toString()
Returns a String representation of this object.
|
public int format
cudaResourceViewFormat
public long width
public long height
public long depth
public int firstMipmapLevel
public int lastMipmapLevel
public int firstLayer
public int lastLayer
public cudaResourceViewDesc()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()