@Properties(inherit=cudart.class) public class CUDA_RESOURCE_VIEW_DESC extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUDA_RESOURCE_VIEW_DESC()
Default native constructor.
|
CUDA_RESOURCE_VIEW_DESC(long size)
Native array allocator.
|
CUDA_RESOURCE_VIEW_DESC(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
depth()
Depth of the resource view
|
CUDA_RESOURCE_VIEW_DESC |
depth(long setter) |
int |
firstLayer()
First layer index
|
CUDA_RESOURCE_VIEW_DESC |
firstLayer(int setter) |
int |
firstMipmapLevel()
First defined mipmap level
|
CUDA_RESOURCE_VIEW_DESC |
firstMipmapLevel(int setter) |
int |
format()
Resource view format
|
CUDA_RESOURCE_VIEW_DESC |
format(int setter) |
long |
height()
Height of the resource view
|
CUDA_RESOURCE_VIEW_DESC |
height(long setter) |
int |
lastLayer()
Last layer index
|
CUDA_RESOURCE_VIEW_DESC |
lastLayer(int setter) |
int |
lastMipmapLevel()
Last defined mipmap level
|
CUDA_RESOURCE_VIEW_DESC |
lastMipmapLevel(int setter) |
CUDA_RESOURCE_VIEW_DESC |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i) |
CUDA_RESOURCE_VIEW_DESC |
reserved(int i,
int setter) |
long |
width()
Width of the resource view
|
CUDA_RESOURCE_VIEW_DESC |
width(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CUDA_RESOURCE_VIEW_DESC()
public CUDA_RESOURCE_VIEW_DESC(long size)
Pointer.position(long).public CUDA_RESOURCE_VIEW_DESC(Pointer p)
Pointer.Pointer(Pointer).public CUDA_RESOURCE_VIEW_DESC position(long position)
public CUDA_RESOURCE_VIEW_DESC format(int setter)
public CUDA_RESOURCE_VIEW_DESC width(long setter)
public CUDA_RESOURCE_VIEW_DESC height(long setter)
public CUDA_RESOURCE_VIEW_DESC depth(long setter)
@Cast(value="unsigned int") public int firstMipmapLevel()
public CUDA_RESOURCE_VIEW_DESC firstMipmapLevel(int setter)
public CUDA_RESOURCE_VIEW_DESC lastMipmapLevel(int setter)
public CUDA_RESOURCE_VIEW_DESC firstLayer(int setter)
public CUDA_RESOURCE_VIEW_DESC lastLayer(int setter)
public CUDA_RESOURCE_VIEW_DESC reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.