|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.driver.CUDA_RESOURCE_VIEW_DESC
public class CUDA_RESOURCE_VIEW_DESC
Resource view descriptor
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
CUDA_RESOURCE_VIEW_DESC()
Creates a new, uninitialized CUDA_RESOURCE_VIEW_DESC |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int format
CUresourceViewFormatpublic long width
public long height
public long depth
public int firstMipmapLevel
public int lastMipmapLevel
public int firstLayer
public int lastLayer
| Constructor Detail |
|---|
public CUDA_RESOURCE_VIEW_DESC()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFormattedString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||