Package org.lwjgl.vulkan
Class VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkWin32KeyedMutexAcquireReleaseInfoNV,VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer>
-
- org.lwjgl.vulkan.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkWin32KeyedMutexAcquireReleaseInfoNV>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkWin32KeyedMutexAcquireReleaseInfoNV
public static class VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer extends org.lwjgl.system.StructBuffer<VkWin32KeyedMutexAcquireReleaseInfoNV,VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkWin32KeyedMutexAcquireReleaseInfoNV
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
acquireCount()
Returns the value of theacquireCount
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
acquireCount(int value)
Sets the specified value to theacquireCount
field.java.nio.LongBuffer
pAcquireKeys()
Returns aLongBuffer
view of the data pointed to by thepAcquireKeys
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pAcquireKeys(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepAcquireKeys
field.java.nio.LongBuffer
pAcquireSyncs()
Returns aLongBuffer
view of the data pointed to by thepAcquireSyncs
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pAcquireSyncs(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepAcquireSyncs
field.java.nio.IntBuffer
pAcquireTimeoutMilliseconds()
Returns aIntBuffer
view of the data pointed to by thepAcquireTimeoutMilliseconds
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pAcquireTimeoutMilliseconds(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepAcquireTimeoutMilliseconds
field.long
pNext()
Returns the value of thepNext
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pNext(long value)
Sets the specified value to thepNext
field.java.nio.LongBuffer
pReleaseKeys()
Returns aLongBuffer
view of the data pointed to by thepReleaseKeys
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pReleaseKeys(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepReleaseKeys
field.java.nio.LongBuffer
pReleaseSyncs()
Returns aLongBuffer
view of the data pointed to by thepReleaseSyncs
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
pReleaseSyncs(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepReleaseSyncs
field.int
releaseCount()
Returns the value of thereleaseCount
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
releaseCount(int value)
Sets the specified value to thereleaseCount
field.int
sType()
Returns the value of thesType
field.VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkWin32KeyedMutexAcquireReleaseInfoNV.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byVkWin32KeyedMutexAcquireReleaseInfoNV.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
acquireCount
public int acquireCount()
Returns the value of theacquireCount
field.
-
pAcquireSyncs
@Nullable public java.nio.LongBuffer pAcquireSyncs()
Returns aLongBuffer
view of the data pointed to by thepAcquireSyncs
field.
-
pAcquireKeys
@Nullable public java.nio.LongBuffer pAcquireKeys()
Returns aLongBuffer
view of the data pointed to by thepAcquireKeys
field.
-
pAcquireTimeoutMilliseconds
@Nullable public java.nio.IntBuffer pAcquireTimeoutMilliseconds()
Returns aIntBuffer
view of the data pointed to by thepAcquireTimeoutMilliseconds
field.
-
releaseCount
public int releaseCount()
Returns the value of thereleaseCount
field.
-
pReleaseSyncs
@Nullable public java.nio.LongBuffer pReleaseSyncs()
Returns aLongBuffer
view of the data pointed to by thepReleaseSyncs
field.
-
pReleaseKeys
@Nullable public java.nio.LongBuffer pReleaseKeys()
Returns aLongBuffer
view of the data pointed to by thepReleaseKeys
field.
-
sType
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
acquireCount
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer acquireCount(int value)
Sets the specified value to theacquireCount
field.
-
pAcquireSyncs
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pAcquireSyncs(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepAcquireSyncs
field.
-
pAcquireKeys
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pAcquireKeys(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepAcquireKeys
field.
-
pAcquireTimeoutMilliseconds
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pAcquireTimeoutMilliseconds(@Nullable java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepAcquireTimeoutMilliseconds
field.
-
releaseCount
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer releaseCount(int value)
Sets the specified value to thereleaseCount
field.
-
pReleaseSyncs
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pReleaseSyncs(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepReleaseSyncs
field.
-
pReleaseKeys
public VkWin32KeyedMutexAcquireReleaseInfoNV.Buffer pReleaseKeys(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepReleaseKeys
field.
-
-