Uses of Record Class
club.doki7.vulkan.datatype.VkTimelineSemaphoreSubmitInfo
Packages that use VkTimelineSemaphoreSubmitInfo
-
Uses of VkTimelineSemaphoreSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkTimelineSemaphoreSubmitInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkTimelineSemaphoreSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkTimelineSemaphoreSubmitInfoModifier and TypeMethodDescription@NotNull VkTimelineSemaphoreSubmitInfo
VkTimelineSemaphoreSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkTimelineSemaphoreSubmitInfo.clone
(Arena arena, VkTimelineSemaphoreSubmitInfo src) VkTimelineSemaphoreSubmitInfo.pNext
(@NotNull MemorySegment value) VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValues
(@Nullable LongPtr value) VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValues
(@Nullable LongPtr value) VkTimelineSemaphoreSubmitInfo.signalSemaphoreValueCount
(int value) VkTimelineSemaphoreSubmitInfo.sType
(int value) VkTimelineSemaphoreSubmitInfo.Ptr.toArray()
VkTimelineSemaphoreSubmitInfo.waitSemaphoreValueCount
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkTimelineSemaphoreSubmitInfoModifier and TypeMethodDescription@NotNull Iterator
<VkTimelineSemaphoreSubmitInfo> VkTimelineSemaphoreSubmitInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkTimelineSemaphoreSubmitInfoModifier and TypeMethodDescriptionVkTimelineSemaphoreSubmitInfo.clone
(Arena arena, VkTimelineSemaphoreSubmitInfo src) void
VkTimelineSemaphoreSubmitInfo.Ptr.write
(long index, @NotNull VkTimelineSemaphoreSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkTimelineSemaphoreSubmitInfoModifier and TypeMethodDescriptionVkTimelineSemaphoreSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkTimelineSemaphoreSubmitInfo> consumer)