@Properties(inherit=Bullet3OpenCL.class) public class b3KernelArgData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
b3KernelArgData()
Default native constructor.
|
b3KernelArgData(long size)
Native array allocator.
|
b3KernelArgData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
b3KernelArgData |
getPointer(long i) |
BytePointer |
m_argData() |
byte |
m_argData(int i) |
b3KernelArgData |
m_argData(int i,
byte setter) |
int |
m_argIndex() |
b3KernelArgData |
m_argIndex(int setter) |
int |
m_argSizeInBytes() |
b3KernelArgData |
m_argSizeInBytes(int setter) |
Pointer |
m_clBuffer() |
b3KernelArgData |
m_clBuffer(Pointer setter) |
int |
m_isBuffer() |
b3KernelArgData |
m_isBuffer(int setter) |
int |
m_unusedPadding() |
b3KernelArgData |
m_unusedPadding(int setter) |
b3KernelArgData |
position(long position) |
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, zero
public b3KernelArgData()
public b3KernelArgData(long size)
Pointer.position(long)
.public b3KernelArgData(Pointer p)
Pointer(Pointer)
.public b3KernelArgData position(long position)
public b3KernelArgData getPointer(long i)
getPointer
in class Pointer
public int m_isBuffer()
public b3KernelArgData m_isBuffer(int setter)
public int m_argIndex()
public b3KernelArgData m_argIndex(int setter)
public int m_argSizeInBytes()
public b3KernelArgData m_argSizeInBytes(int setter)
public int m_unusedPadding()
public b3KernelArgData m_unusedPadding(int setter)
public b3KernelArgData m_clBuffer(Pointer setter)
public b3KernelArgData m_argData(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public BytePointer m_argData()
Copyright © 2024. All rights reserved.