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 Pointer
Pointer.Default -
Field Summary
Fields inherited from interface 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 StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class 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 Pointer.Default
equals, hashCodeMethods inherited from interface 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
- Returns:
- the value of the
vkGetPhysicalDevicePropertiesfield.
-
vkQueueSubmit
- Returns:
- the value of the
vkQueueSubmitfield.
-
vkQueueWaitIdle
- Returns:
- the value of the
vkQueueWaitIdlefield.
-
vkCreateQueryPool
- Returns:
- the value of the
vkCreateQueryPoolfield.
-
vkDestroyQueryPool
- Returns:
- the value of the
vkDestroyQueryPoolfield.
-
vkResetQueryPool
- Returns:
- the value of the
vkResetQueryPoolfield.
-
vkGetQueryPoolResults
- Returns:
- the value of the
vkGetQueryPoolResultsfield.
-
vkCmdWriteTimestamp
- Returns:
- the value of the
vkCmdWriteTimestampfield.
-
vkCreateSemaphore
- Returns:
- the value of the
vkCreateSemaphorefield.
-
vkDestroySemaphore
- Returns:
- the value of the
vkDestroySemaphorefield.
-
vkSignalSemaphore
- Returns:
- the value of the
vkSignalSemaphorefield.
-
vkGetSemaphoreCounterValue
- Returns:
- the value of the
vkGetSemaphoreCounterValuefield.
-
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.
-