Package org.lwjgl.vulkan
Class VkD3D12FenceSubmitInfoKHR.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkD3D12FenceSubmitInfoKHR,VkD3D12FenceSubmitInfoKHR.Buffer>
-
- org.lwjgl.vulkan.VkD3D12FenceSubmitInfoKHR.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkD3D12FenceSubmitInfoKHR>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkD3D12FenceSubmitInfoKHR
public static class VkD3D12FenceSubmitInfoKHR.Buffer extends org.lwjgl.system.StructBuffer<VkD3D12FenceSubmitInfoKHR,VkD3D12FenceSubmitInfoKHR.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkD3D12FenceSubmitInfoKHR
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
pNext()
Returns the value of thepNext
field.VkD3D12FenceSubmitInfoKHR.Buffer
pNext(long value)
Sets the specified value to thepNext
field.java.nio.LongBuffer
pSignalSemaphoreValues()
Returns aLongBuffer
view of the data pointed to by thepSignalSemaphoreValues
field.VkD3D12FenceSubmitInfoKHR.Buffer
pSignalSemaphoreValues(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSignalSemaphoreValues
field.java.nio.LongBuffer
pWaitSemaphoreValues()
Returns aLongBuffer
view of the data pointed to by thepWaitSemaphoreValues
field.VkD3D12FenceSubmitInfoKHR.Buffer
pWaitSemaphoreValues(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepWaitSemaphoreValues
field.int
signalSemaphoreValuesCount()
Returns the value of thesignalSemaphoreValuesCount
field.VkD3D12FenceSubmitInfoKHR.Buffer
signalSemaphoreValuesCount(int value)
Sets the specified value to thesignalSemaphoreValuesCount
field.int
sType()
Returns the value of thesType
field.VkD3D12FenceSubmitInfoKHR.Buffer
sType(int value)
Sets the specified value to thesType
field.int
waitSemaphoreValuesCount()
Returns the value of thewaitSemaphoreValuesCount
field.VkD3D12FenceSubmitInfoKHR.Buffer
waitSemaphoreValuesCount(int value)
Sets the specified value to thewaitSemaphoreValuesCount
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkD3D12FenceSubmitInfoKHR.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 byVkD3D12FenceSubmitInfoKHR.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.
-
waitSemaphoreValuesCount
public int waitSemaphoreValuesCount()
Returns the value of thewaitSemaphoreValuesCount
field.
-
pWaitSemaphoreValues
@Nullable public java.nio.LongBuffer pWaitSemaphoreValues()
Returns aLongBuffer
view of the data pointed to by thepWaitSemaphoreValues
field.
-
signalSemaphoreValuesCount
public int signalSemaphoreValuesCount()
Returns the value of thesignalSemaphoreValuesCount
field.
-
pSignalSemaphoreValues
@Nullable public java.nio.LongBuffer pSignalSemaphoreValues()
Returns aLongBuffer
view of the data pointed to by thepSignalSemaphoreValues
field.
-
sType
public VkD3D12FenceSubmitInfoKHR.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkD3D12FenceSubmitInfoKHR.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
waitSemaphoreValuesCount
public VkD3D12FenceSubmitInfoKHR.Buffer waitSemaphoreValuesCount(int value)
Sets the specified value to thewaitSemaphoreValuesCount
field.
-
pWaitSemaphoreValues
public VkD3D12FenceSubmitInfoKHR.Buffer pWaitSemaphoreValues(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepWaitSemaphoreValues
field.
-
signalSemaphoreValuesCount
public VkD3D12FenceSubmitInfoKHR.Buffer signalSemaphoreValuesCount(int value)
Sets the specified value to thesignalSemaphoreValuesCount
field.
-
pSignalSemaphoreValues
public VkD3D12FenceSubmitInfoKHR.Buffer pSignalSemaphoreValues(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSignalSemaphoreValues
field.
-
-