@Properties(inherit=cudart.class) public class cudaResourceDesc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaResourceDesc()
Default native constructor.
|
cudaResourceDesc(long size)
Native array allocator.
|
cudaResourceDesc(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudaResourceDesc()
public cudaResourceDesc(long size)
Pointer.position(long).public cudaResourceDesc(Pointer p)
Pointer(Pointer).public cudaResourceDesc position(long position)
public cudaResourceDesc getPointer(long i)
getPointer in class Pointerpublic cudaResourceDesc resType(int setter)
public cudaResourceDesc res_array_array(cudaArray setter)
@Name(value="res.mipmap.mipmap") public cudaMipmappedArray res_mipmap_mipmap()
public cudaResourceDesc res_mipmap_mipmap(cudaMipmappedArray setter)
@Name(value="res.linear.devPtr") public Pointer res_linear_devPtr()
public cudaResourceDesc res_linear_devPtr(Pointer setter)
@Name(value="res.linear.desc") @ByRef public cudaChannelFormatDesc res_linear_desc()
public cudaResourceDesc res_linear_desc(cudaChannelFormatDesc setter)
@Name(value="res.linear.sizeInBytes") @Cast(value="size_t") public long res_linear_sizeInBytes()
public cudaResourceDesc res_linear_sizeInBytes(long setter)
@Name(value="res.pitch2D.devPtr") public Pointer res_pitch2D_devPtr()
public cudaResourceDesc res_pitch2D_devPtr(Pointer setter)
@Name(value="res.pitch2D.desc") @ByRef public cudaChannelFormatDesc res_pitch2D_desc()
public cudaResourceDesc res_pitch2D_desc(cudaChannelFormatDesc setter)
@Name(value="res.pitch2D.width") @Cast(value="size_t") public long res_pitch2D_width()
public cudaResourceDesc res_pitch2D_width(long setter)
@Name(value="res.pitch2D.height") @Cast(value="size_t") public long res_pitch2D_height()
public cudaResourceDesc res_pitch2D_height(long setter)
@Name(value="res.pitch2D.pitchInBytes") @Cast(value="size_t") public long res_pitch2D_pitchInBytes()
public cudaResourceDesc res_pitch2D_pitchInBytes(long setter)
Copyright © 2025. All rights reserved.