public class CUDA_RESOURCE_DESC extends Object
| Constructor and Description |
|---|
CUDA_RESOURCE_DESC()
Creates a new, uninitialized CUDA_RESOURCE_DESC
|
| Modifier and Type | Method and Description |
|---|---|
String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String
representation of this object
|
String |
toString()
Returns a String representation of this object.
|
public int resType
CUresourcetypepublic int flags
public CUarray array_hArray
CUresourcetype.CU_RESOURCE_TYPE_ARRAYpublic CUmipmappedArray mipmap_hMipmappedArray
CUresourcetype.CU_RESOURCE_TYPE_MIPMAPPED_ARRAYpublic CUdeviceptr linear_devPtr
CUresourcetype.CU_RESOURCE_TYPE_LINEARpublic int linear_format
CUresourcetype.CU_RESOURCE_TYPE_LINEARCUarray_formatpublic int linear_numChannels
CUresourcetype.CU_RESOURCE_TYPE_LINEARpublic long linear_sizeInBytes
CUresourcetype.CU_RESOURCE_TYPE_LINEARpublic CUdeviceptr pitch2D_devPtr
CUresourcetype.CU_RESOURCE_TYPE_PITCH2Dpublic int pitch2D_format
CUresourcetype.CU_RESOURCE_TYPE_PITCH2DCUarray_formatpublic int pitch2D_numChannels
CUresourcetype.CU_RESOURCE_TYPE_PITCH2Dpublic long pitch2D_width
CUresourcetype.CU_RESOURCE_TYPE_PITCH2Dpublic long pitch2D_height
CUresourcetype.CU_RESOURCE_TYPE_PITCH2Dpublic long pitch2D_pitchInBytes
CUresourcetype.CU_RESOURCE_TYPE_PITCH2Dpublic CUDA_RESOURCE_DESC()
Copyright © 2016. All rights reserved.