Package org.lwjgl.util.remotery
Class RMTVulkanFunctions.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<RMTVulkanFunctions.Buffer>
org.lwjgl.system.StructBuffer<RMTVulkanFunctions,RMTVulkanFunctions.Buffer>
org.lwjgl.util.remotery.RMTVulkanFunctions.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<RMTVulkanFunctions>,NativeResource,Pointer
- Enclosing class:
RMTVulkanFunctions
public static class RMTVulkanFunctions.Buffer
extends StructBuffer<RMTVulkanFunctions,RMTVulkanFunctions.Buffer>
implements NativeResource
An array of
RMTVulkanFunctions structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newRMTVulkanFunctions.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionlongvkCmdWriteTimestamp(long value) Sets the specified value to thevkCmdWriteTimestampfield.longvkCreateQueryPool(long value) Sets the specified value to thevkCreateQueryPoolfield.longvkCreateSemaphore(long value) Sets the specified value to thevkCreateSemaphorefield.longvkDestroyQueryPool(long value) Sets the specified value to thevkDestroyQueryPoolfield.longvkDestroySemaphore(long value) Sets the specified value to thevkDestroySemaphorefield.longvkGetCalibratedTimestampsEXT(long value) Sets the specified value to thevkGetCalibratedTimestampsEXTfield.longvkGetPhysicalDeviceProperties(long value) Sets the specified value to thevkGetPhysicalDevicePropertiesfield.longvkGetQueryPoolResults(long value) Sets the specified value to thevkGetQueryPoolResultsfield.longvkGetSemaphoreCounterValue(long value) Sets the specified value to thevkGetSemaphoreCounterValuefield.longvkQueueSubmit(long value) Sets the specified value to thevkQueueSubmitfield.longvkQueueWaitIdle(long value) Sets the specified value to thevkQueueWaitIdlefield.longvkResetQueryPool(long value) Sets the specified value to thevkResetQueryPoolfield.longvkSignalSemaphore(long value) Sets the specified value to thevkSignalSemaphorefield.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newRMTVulkanFunctions.Bufferinstance 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 by
RMTVulkanFunctions.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 Details
-
vkGetPhysicalDeviceProperties
public long vkGetPhysicalDeviceProperties()- Returns:
- the value of the
vkGetPhysicalDevicePropertiesfield.
-
vkQueueSubmit
public long vkQueueSubmit()- Returns:
- the value of the
vkQueueSubmitfield.
-
vkQueueWaitIdle
public long vkQueueWaitIdle()- Returns:
- the value of the
vkQueueWaitIdlefield.
-
vkCreateQueryPool
public long vkCreateQueryPool()- Returns:
- the value of the
vkCreateQueryPoolfield.
-
vkDestroyQueryPool
public long vkDestroyQueryPool()- Returns:
- the value of the
vkDestroyQueryPoolfield.
-
vkResetQueryPool
public long vkResetQueryPool()- Returns:
- the value of the
vkResetQueryPoolfield.
-
vkGetQueryPoolResults
public long vkGetQueryPoolResults()- Returns:
- the value of the
vkGetQueryPoolResultsfield.
-
vkCmdWriteTimestamp
public long vkCmdWriteTimestamp()- Returns:
- the value of the
vkCmdWriteTimestampfield.
-
vkCreateSemaphore
public long vkCreateSemaphore()- Returns:
- the value of the
vkCreateSemaphorefield.
-
vkDestroySemaphore
public long vkDestroySemaphore()- Returns:
- the value of the
vkDestroySemaphorefield.
-
vkSignalSemaphore
public long vkSignalSemaphore()- Returns:
- the value of the
vkSignalSemaphorefield.
-
vkGetSemaphoreCounterValue
public long vkGetSemaphoreCounterValue()- Returns:
- the value of the
vkGetSemaphoreCounterValuefield.
-
vkGetCalibratedTimestampsEXT
public long vkGetCalibratedTimestampsEXT()- Returns:
- the value of the
vkGetCalibratedTimestampsEXTfield.
-
vkGetPhysicalDeviceProperties
Sets the specified value to thevkGetPhysicalDevicePropertiesfield. -
vkQueueSubmit
Sets the specified value to thevkQueueSubmitfield. -
vkQueueWaitIdle
Sets the specified value to thevkQueueWaitIdlefield. -
vkCreateQueryPool
Sets the specified value to thevkCreateQueryPoolfield. -
vkDestroyQueryPool
Sets the specified value to thevkDestroyQueryPoolfield. -
vkResetQueryPool
Sets the specified value to thevkResetQueryPoolfield. -
vkGetQueryPoolResults
Sets the specified value to thevkGetQueryPoolResultsfield. -
vkCmdWriteTimestamp
Sets the specified value to thevkCmdWriteTimestampfield. -
vkCreateSemaphore
Sets the specified value to thevkCreateSemaphorefield. -
vkDestroySemaphore
Sets the specified value to thevkDestroySemaphorefield. -
vkSignalSemaphore
Sets the specified value to thevkSignalSemaphorefield. -
vkGetSemaphoreCounterValue
Sets the specified value to thevkGetSemaphoreCounterValuefield. -
vkGetCalibratedTimestampsEXT
Sets the specified value to thevkGetCalibratedTimestampsEXTfield.
-