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.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionlong
vkCmdWriteTimestamp
(long value) Sets the specified value to thevkCmdWriteTimestamp
field.long
vkCreateQueryPool
(long value) Sets the specified value to thevkCreateQueryPool
field.long
vkCreateSemaphore
(long value) Sets the specified value to thevkCreateSemaphore
field.long
vkDestroyQueryPool
(long value) Sets the specified value to thevkDestroyQueryPool
field.long
vkDestroySemaphore
(long value) Sets the specified value to thevkDestroySemaphore
field.long
vkGetCalibratedTimestampsEXT
(long value) Sets the specified value to thevkGetCalibratedTimestampsEXT
field.long
vkGetPhysicalDeviceProperties
(long value) Sets the specified value to thevkGetPhysicalDeviceProperties
field.long
vkGetQueryPoolResults
(long value) Sets the specified value to thevkGetQueryPoolResults
field.long
vkGetSemaphoreCounterValue
(long value) Sets the specified value to thevkGetSemaphoreCounterValue
field.long
vkQueueSubmit
(long value) Sets the specified value to thevkQueueSubmit
field.long
vkQueueWaitIdle
(long value) Sets the specified value to thevkQueueWaitIdle
field.long
vkResetQueryPool
(long value) Sets the specified value to thevkResetQueryPool
field.long
vkSignalSemaphore
(long value) Sets the specified value to thevkSignalSemaphore
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods 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, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newRMTVulkanFunctions.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 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
vkGetPhysicalDeviceProperties
field.
-
vkQueueSubmit
public long vkQueueSubmit()- Returns:
- the value of the
vkQueueSubmit
field.
-
vkQueueWaitIdle
public long vkQueueWaitIdle()- Returns:
- the value of the
vkQueueWaitIdle
field.
-
vkCreateQueryPool
public long vkCreateQueryPool()- Returns:
- the value of the
vkCreateQueryPool
field.
-
vkDestroyQueryPool
public long vkDestroyQueryPool()- Returns:
- the value of the
vkDestroyQueryPool
field.
-
vkResetQueryPool
public long vkResetQueryPool()- Returns:
- the value of the
vkResetQueryPool
field.
-
vkGetQueryPoolResults
public long vkGetQueryPoolResults()- Returns:
- the value of the
vkGetQueryPoolResults
field.
-
vkCmdWriteTimestamp
public long vkCmdWriteTimestamp()- Returns:
- the value of the
vkCmdWriteTimestamp
field.
-
vkCreateSemaphore
public long vkCreateSemaphore()- Returns:
- the value of the
vkCreateSemaphore
field.
-
vkDestroySemaphore
public long vkDestroySemaphore()- Returns:
- the value of the
vkDestroySemaphore
field.
-
vkSignalSemaphore
public long vkSignalSemaphore()- Returns:
- the value of the
vkSignalSemaphore
field.
-
vkGetSemaphoreCounterValue
public long vkGetSemaphoreCounterValue()- Returns:
- the value of the
vkGetSemaphoreCounterValue
field.
-
vkGetCalibratedTimestampsEXT
public long vkGetCalibratedTimestampsEXT()- Returns:
- the value of the
vkGetCalibratedTimestampsEXT
field.
-
vkGetPhysicalDeviceProperties
Sets the specified value to thevkGetPhysicalDeviceProperties
field. -
vkQueueSubmit
Sets the specified value to thevkQueueSubmit
field. -
vkQueueWaitIdle
Sets the specified value to thevkQueueWaitIdle
field. -
vkCreateQueryPool
Sets the specified value to thevkCreateQueryPool
field. -
vkDestroyQueryPool
Sets the specified value to thevkDestroyQueryPool
field. -
vkResetQueryPool
Sets the specified value to thevkResetQueryPool
field. -
vkGetQueryPoolResults
Sets the specified value to thevkGetQueryPoolResults
field. -
vkCmdWriteTimestamp
Sets the specified value to thevkCmdWriteTimestamp
field. -
vkCreateSemaphore
Sets the specified value to thevkCreateSemaphore
field. -
vkDestroySemaphore
Sets the specified value to thevkDestroySemaphore
field. -
vkSignalSemaphore
Sets the specified value to thevkSignalSemaphore
field. -
vkGetSemaphoreCounterValue
Sets the specified value to thevkGetSemaphoreCounterValue
field. -
vkGetCalibratedTimestampsEXT
Sets the specified value to thevkGetCalibratedTimestampsEXT
field.
-