Package org.lwjgl.vulkan
Class VkBindSparseInfo
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkBindSparseInfo>
org.lwjgl.vulkan.VkBindSparseInfo
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkBindSparseInfo
extends org.lwjgl.system.Struct<VkBindSparseInfo>
implements org.lwjgl.system.NativeResource
Structure specifying a sparse binding operation.
Valid Usage
- If any element of
pWaitSemaphoresorpSignalSemaphoreswas created with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthen thepNextchain must include aVkTimelineSemaphoreSubmitInfostructure - If the
pNextchain of this structure includes aVkTimelineSemaphoreSubmitInfostructure and any element ofpWaitSemaphoreswas created with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthen itswaitSemaphoreValueCountmember must equalwaitSemaphoreCount - If the
pNextchain of this structure includes aVkTimelineSemaphoreSubmitInfostructure and any element ofpSignalSemaphoreswas created with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthen itssignalSemaphoreValueCountmember must equalsignalSemaphoreCount - For each element of
pSignalSemaphorescreated with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthe corresponding element ofVkTimelineSemaphoreSubmitInfo::pSignalSemaphoreValuesmust have a value greater than the current value of the semaphore when the semaphore signal operation is executed - For each element of
pWaitSemaphorescreated with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthe corresponding element ofVkTimelineSemaphoreSubmitInfo::pWaitSemaphoreValuesmust have a value which does not differ from the current value of the semaphore or from the value of any outstanding semaphore wait or signal operation on that semaphore by more thanmaxTimelineSemaphoreValueDifference - For each element of
pSignalSemaphorescreated with aVkSemaphoreTypeofSEMAPHORE_TYPE_TIMELINEthe corresponding element ofVkTimelineSemaphoreSubmitInfo::pSignalSemaphoreValuesmust have a value which does not differ from the current value of the semaphore or from the value of any outstanding semaphore wait or signal operation on that semaphore by more thanmaxTimelineSemaphoreValueDifference
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_BIND_SPARSE_INFO- Each
pNextmember of any structure (including this one) in thepNextchain must be eitherNULLor a pointer to a valid instance ofVkDeviceGroupBindSparseInfo,VkFrameBoundaryEXT, orVkTimelineSemaphoreSubmitInfo - The
sTypevalue of each struct in thepNextchain must be unique - If
waitSemaphoreCountis not 0,pWaitSemaphoresmust be a valid pointer to an array ofwaitSemaphoreCountvalidVkSemaphorehandles - If
bufferBindCountis not 0,pBufferBindsmust be a valid pointer to an array ofbufferBindCountvalidVkSparseBufferMemoryBindInfostructures - If
imageOpaqueBindCountis not 0,pImageOpaqueBindsmust be a valid pointer to an array ofimageOpaqueBindCountvalidVkSparseImageOpaqueMemoryBindInfostructures - If
imageBindCountis not 0,pImageBindsmust be a valid pointer to an array ofimageBindCountvalidVkSparseImageMemoryBindInfostructures - If
signalSemaphoreCountis not 0,pSignalSemaphoresmust be a valid pointer to an array ofsignalSemaphoreCountvalidVkSemaphorehandles - Both of the elements of
pSignalSemaphores, and the elements ofpWaitSemaphoresthat are valid handles of non-ignored parameters must have been created, allocated, or retrieved from the sameVkDevice
See Also
VkSparseBufferMemoryBindInfo, VkSparseImageMemoryBindInfo, VkSparseImageOpaqueMemoryBindInfo, QueueBindSparse
Layout
struct VkBindSparseInfo {
VkStructureType sType();
void const * pNext();
uint32_t waitSemaphoreCount();
VkSemaphore const * pWaitSemaphores();
uint32_t bufferBindCount();
VkSparseBufferMemoryBindInfo const * pBufferBinds();
uint32_t imageOpaqueBindCount();
VkSparseImageOpaqueMemoryBindInfo const * pImageOpaqueBinds();
uint32_t imageBindCount();
VkSparseImageMemoryBindInfo const * pImageBinds();
uint32_t signalSemaphoreCount();
VkSemaphore const * pSignalSemaphores();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkBindSparseInfo(ByteBuffer container) Creates aVkBindSparseInfoinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionintthe number of sparse buffer bindings to perform in the batch.static VkBindSparseInfocalloc()Returns a newVkBindSparseInfoinstance allocated withmemCalloc.static VkBindSparseInfo.Buffercalloc(int capacity) Returns a newVkBindSparseInfo.Bufferinstance allocated withmemCalloc.static VkBindSparseInfo.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkBindSparseInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkBindSparseInfocalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkBindSparseInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkBindSparseInfoDeprecated.static VkBindSparseInfo.BuffercallocStack(int capacity) Deprecated.static VkBindSparseInfo.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkBindSparseInfocallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static VkBindSparseInfocreate()Returns a newVkBindSparseInfoinstance allocated withBufferUtils.static VkBindSparseInfo.Buffercreate(int capacity) Returns a newVkBindSparseInfo.Bufferinstance allocated withBufferUtils.static VkBindSparseInfocreate(long address) Returns a newVkBindSparseInfoinstance for the specified memory address.static VkBindSparseInfo.Buffercreate(long address, int capacity) Create aVkBindSparseInfo.Bufferinstance at the specified memory.static @Nullable VkBindSparseInfocreateSafe(long address) static @Nullable VkBindSparseInfo.BuffercreateSafe(long address, int capacity) intthe number of sparse image bindings to perform.intthe number of opaque sparse image bindings to perform.static VkBindSparseInfomalloc()Returns a newVkBindSparseInfoinstance allocated withmemAlloc.static VkBindSparseInfo.Buffermalloc(int capacity) Returns a newVkBindSparseInfo.Bufferinstance allocated withmemAlloc.static VkBindSparseInfo.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkBindSparseInfo.Bufferinstance allocated on the specifiedMemoryStack.static VkBindSparseInfomalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkBindSparseInfoinstance allocated on the specifiedMemoryStack.static VkBindSparseInfoDeprecated.static VkBindSparseInfo.BuffermallocStack(int capacity) Deprecated.static VkBindSparseInfo.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkBindSparseInfomallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intnbufferBindCount(long struct) Unsafe version ofbufferBindCount().static voidnbufferBindCount(long struct, int value) Sets the specified value to thebufferBindCountfield of the specifiedstruct.static intnimageBindCount(long struct) Unsafe version ofimageBindCount().static voidnimageBindCount(long struct, int value) Sets the specified value to theimageBindCountfield of the specifiedstruct.static intnimageOpaqueBindCount(long struct) Unsafe version ofimageOpaqueBindCount().static voidnimageOpaqueBindCount(long struct, int value) Sets the specified value to theimageOpaqueBindCountfield of the specifiedstruct.static @Nullable VkSparseBufferMemoryBindInfo.BuffernpBufferBinds(long struct) Unsafe version ofpBufferBinds().static voidnpBufferBinds(long struct, @Nullable VkSparseBufferMemoryBindInfo.Buffer value) Unsafe version ofpBufferBinds.static @Nullable VkSparseImageMemoryBindInfo.BuffernpImageBinds(long struct) Unsafe version ofpImageBinds().static voidnpImageBinds(long struct, @Nullable VkSparseImageMemoryBindInfo.Buffer value) Unsafe version ofpImageBinds.static @Nullable VkSparseImageOpaqueMemoryBindInfo.BuffernpImageOpaqueBinds(long struct) Unsafe version ofpImageOpaqueBinds().static voidnpImageOpaqueBinds(long struct, @Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer value) Unsafe version ofpImageOpaqueBinds.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static @Nullable LongBuffernpSignalSemaphores(long struct) Unsafe version ofpSignalSemaphores.static voidnpSignalSemaphores(long struct, @Nullable LongBuffer value) Unsafe version ofpSignalSemaphores.static @Nullable LongBuffernpWaitSemaphores(long struct) Unsafe version ofpWaitSemaphores.static voidnpWaitSemaphores(long struct, @Nullable LongBuffer value) Unsafe version ofpWaitSemaphores.static intnsignalSemaphoreCount(long struct) Unsafe version ofsignalSemaphoreCount().static voidnsignalSemaphoreCount(long struct, int value) Sets the specified value to thesignalSemaphoreCountfield of the specifiedstruct.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static intnwaitSemaphoreCount(long struct) Unsafe version ofwaitSemaphoreCount().static voidnwaitSemaphoreCount(long struct, int value) Sets the specified value to thewaitSemaphoreCountfield of the specifiedstruct.@Nullable VkSparseBufferMemoryBindInfo.Buffera pointer to an array ofVkSparseBufferMemoryBindInfostructures.pBufferBinds(@Nullable VkSparseBufferMemoryBindInfo.Buffer value) Sets the address of the specifiedVkSparseBufferMemoryBindInfo.Bufferto thepBufferBinds()field.@Nullable VkSparseImageMemoryBindInfo.Buffera pointer to an array ofVkSparseImageMemoryBindInfostructures, indicating sparse image bindings to perform.pImageBinds(@Nullable VkSparseImageMemoryBindInfo.Buffer value) Sets the address of the specifiedVkSparseImageMemoryBindInfo.Bufferto thepImageBinds()field.@Nullable VkSparseImageOpaqueMemoryBindInfo.Buffera pointer to an array ofVkSparseImageOpaqueMemoryBindInfostructures, indicating opaque sparse image bindings to perform.pImageOpaqueBinds(@Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer value) Sets the address of the specifiedVkSparseImageOpaqueMemoryBindInfo.Bufferto thepImageOpaqueBinds()field.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.pNext(VkDeviceGroupBindSparseInfo value) Prepends the specifiedVkDeviceGroupBindSparseInfovalue to thepNextchain.Prepends the specifiedVkDeviceGroupBindSparseInfoKHRvalue to thepNextchain.pNext(VkFrameBoundaryEXT value) Prepends the specifiedVkFrameBoundaryEXTvalue to thepNextchain.Prepends the specifiedVkTimelineSemaphoreSubmitInfovalue to thepNextchain.Prepends the specifiedVkTimelineSemaphoreSubmitInfoKHRvalue to thepNextchain.@Nullable LongBuffera pointer to an array of semaphores which will be signaled when the sparse binding operations for this batch have completed execution.pSignalSemaphores(@Nullable LongBuffer value) Sets the address of the specifiedLongBufferto thepSignalSemaphores()field.@Nullable LongBuffera pointer to an array of semaphores upon which to wait on before the sparse binding operations for this batch begin execution.pWaitSemaphores(@Nullable LongBuffer value) Sets the address of the specifiedLongBufferto thepWaitSemaphores()field.set(int sType, long pNext, @Nullable LongBuffer pWaitSemaphores, @Nullable VkSparseBufferMemoryBindInfo.Buffer pBufferBinds, @Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer pImageOpaqueBinds, @Nullable VkSparseImageMemoryBindInfo.Buffer pImageBinds, @Nullable LongBuffer pSignalSemaphores) Initializes this struct with the specified values.set(VkBindSparseInfo src) Copies the specified struct data to this struct.intthe number of semaphores to be signaled once the sparse binding operations specified by the structure have completed execution.intsizeof()intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_BIND_SPARSE_INFOvalue to thesType()field.static voidvalidate(long struct) Validates pointer members that should not beNULL.intthe number of semaphores upon which to wait before executing the sparse binding operations for the batch.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
WAITSEMAPHORECOUNT
public static final int WAITSEMAPHORECOUNTThe struct member offsets. -
PWAITSEMAPHORES
public static final int PWAITSEMAPHORESThe struct member offsets. -
BUFFERBINDCOUNT
public static final int BUFFERBINDCOUNTThe struct member offsets. -
PBUFFERBINDS
public static final int PBUFFERBINDSThe struct member offsets. -
IMAGEOPAQUEBINDCOUNT
public static final int IMAGEOPAQUEBINDCOUNTThe struct member offsets. -
PIMAGEOPAQUEBINDS
public static final int PIMAGEOPAQUEBINDSThe struct member offsets. -
IMAGEBINDCOUNT
public static final int IMAGEBINDCOUNTThe struct member offsets. -
PIMAGEBINDS
public static final int PIMAGEBINDSThe struct member offsets. -
SIGNALSEMAPHORECOUNT
public static final int SIGNALSEMAPHORECOUNTThe struct member offsets. -
PSIGNALSEMAPHORES
public static final int PSIGNALSEMAPHORESThe struct member offsets.
-
-
Constructor Details
-
VkBindSparseInfo
Creates aVkBindSparseInfoinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkBindSparseInfo>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
waitSemaphoreCount
public int waitSemaphoreCount()the number of semaphores upon which to wait before executing the sparse binding operations for the batch. -
pWaitSemaphores
a pointer to an array of semaphores upon which to wait on before the sparse binding operations for this batch begin execution. If semaphores to wait on are provided, they define a semaphore wait operation. -
bufferBindCount
public int bufferBindCount()the number of sparse buffer bindings to perform in the batch. -
pBufferBinds
a pointer to an array ofVkSparseBufferMemoryBindInfostructures. -
imageOpaqueBindCount
public int imageOpaqueBindCount()the number of opaque sparse image bindings to perform. -
pImageOpaqueBinds
a pointer to an array ofVkSparseImageOpaqueMemoryBindInfostructures, indicating opaque sparse image bindings to perform. -
imageBindCount
public int imageBindCount()the number of sparse image bindings to perform. -
pImageBinds
a pointer to an array ofVkSparseImageMemoryBindInfostructures, indicating sparse image bindings to perform. -
signalSemaphoreCount
public int signalSemaphoreCount()the number of semaphores to be signaled once the sparse binding operations specified by the structure have completed execution. -
pSignalSemaphores
a pointer to an array of semaphores which will be signaled when the sparse binding operations for this batch have completed execution. If semaphores to be signaled are provided, they define a semaphore signal operation. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_BIND_SPARSE_INFOvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
pNext
Prepends the specifiedVkDeviceGroupBindSparseInfovalue to thepNextchain. -
pNext
Prepends the specifiedVkDeviceGroupBindSparseInfoKHRvalue to thepNextchain. -
pNext
Prepends the specifiedVkFrameBoundaryEXTvalue to thepNextchain. -
pNext
Prepends the specifiedVkTimelineSemaphoreSubmitInfovalue to thepNextchain. -
pNext
Prepends the specifiedVkTimelineSemaphoreSubmitInfoKHRvalue to thepNextchain. -
pWaitSemaphores
Sets the address of the specifiedLongBufferto thepWaitSemaphores()field. -
pBufferBinds
Sets the address of the specifiedVkSparseBufferMemoryBindInfo.Bufferto thepBufferBinds()field. -
pImageOpaqueBinds
Sets the address of the specifiedVkSparseImageOpaqueMemoryBindInfo.Bufferto thepImageOpaqueBinds()field. -
pImageBinds
Sets the address of the specifiedVkSparseImageMemoryBindInfo.Bufferto thepImageBinds()field. -
pSignalSemaphores
Sets the address of the specifiedLongBufferto thepSignalSemaphores()field. -
set
public VkBindSparseInfo set(int sType, long pNext, @Nullable LongBuffer pWaitSemaphores, @Nullable VkSparseBufferMemoryBindInfo.Buffer pBufferBinds, @Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer pImageOpaqueBinds, @Nullable VkSparseImageMemoryBindInfo.Buffer pImageBinds, @Nullable LongBuffer pSignalSemaphores) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkBindSparseInfoinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkBindSparseInfoinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkBindSparseInfoinstance allocated withBufferUtils. -
create
Returns a newVkBindSparseInfoinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkBindSparseInfo.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkBindSparseInfo.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkBindSparseInfo.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkBindSparseInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkBindSparseInfo.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkBindSparseInfo.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkBindSparseInfoinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkBindSparseInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkBindSparseInfo.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkBindSparseInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nwaitSemaphoreCount
public static int nwaitSemaphoreCount(long struct) Unsafe version ofwaitSemaphoreCount(). -
npWaitSemaphores
Unsafe version ofpWaitSemaphores. -
nbufferBindCount
public static int nbufferBindCount(long struct) Unsafe version ofbufferBindCount(). -
npBufferBinds
Unsafe version ofpBufferBinds(). -
nimageOpaqueBindCount
public static int nimageOpaqueBindCount(long struct) Unsafe version ofimageOpaqueBindCount(). -
npImageOpaqueBinds
Unsafe version ofpImageOpaqueBinds(). -
nimageBindCount
public static int nimageBindCount(long struct) Unsafe version ofimageBindCount(). -
npImageBinds
Unsafe version ofpImageBinds(). -
nsignalSemaphoreCount
public static int nsignalSemaphoreCount(long struct) Unsafe version ofsignalSemaphoreCount(). -
npSignalSemaphores
Unsafe version ofpSignalSemaphores. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nwaitSemaphoreCount
public static void nwaitSemaphoreCount(long struct, int value) Sets the specified value to thewaitSemaphoreCountfield of the specifiedstruct. -
npWaitSemaphores
Unsafe version ofpWaitSemaphores. -
nbufferBindCount
public static void nbufferBindCount(long struct, int value) Sets the specified value to thebufferBindCountfield of the specifiedstruct. -
npBufferBinds
Unsafe version ofpBufferBinds. -
nimageOpaqueBindCount
public static void nimageOpaqueBindCount(long struct, int value) Sets the specified value to theimageOpaqueBindCountfield of the specifiedstruct. -
npImageOpaqueBinds
public static void npImageOpaqueBinds(long struct, @Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer value) Unsafe version ofpImageOpaqueBinds. -
nimageBindCount
public static void nimageBindCount(long struct, int value) Sets the specified value to theimageBindCountfield of the specifiedstruct. -
npImageBinds
Unsafe version ofpImageBinds. -
nsignalSemaphoreCount
public static void nsignalSemaphoreCount(long struct, int value) Sets the specified value to thesignalSemaphoreCountfield of the specifiedstruct. -
npSignalSemaphores
Unsafe version ofpSignalSemaphores. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-