Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreSubmitInfo
Packages that use VkSemaphoreSubmitInfo
-
Uses of VkSemaphoreSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreSubmitInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSemaphoreSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSubmitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreSubmitInfo
@NotNull VkSemaphoreSubmitInfo
VkSemaphoreSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreSubmitInfo
VkSemaphoreSubmitInfo.clone
(Arena arena, VkSemaphoreSubmitInfo src) VkSemaphoreSubmitInfo.deviceIndex
(int value) VkSemaphoreSubmitInfo.pNext
(@NotNull MemorySegment value) @Nullable VkSemaphoreSubmitInfo
VkSubmitInfo2.pSignalSemaphoreInfos()
@Nullable VkSemaphoreSubmitInfo
VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfos()
@Nullable VkSemaphoreSubmitInfo
VkSubmitInfo2.pWaitSemaphoreInfos()
VkSemaphoreSubmitInfo.semaphore
(@Nullable VkSemaphore value) VkSemaphoreSubmitInfo.stageMask
(long value) VkSemaphoreSubmitInfo.sType
(int value) VkSemaphoreSubmitInfo.Ptr.toArray()
VkSemaphoreSubmitInfo.value
(long value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreSubmitInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSemaphoreSubmitInfo> VkSemaphoreSubmitInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreSubmitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreSubmitInfo
VkSemaphoreSubmitInfo.clone
(Arena arena, VkSemaphoreSubmitInfo src) void
VkSemaphoreSubmitInfo.Ptr.write
(long index, @NotNull VkSemaphoreSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreSubmitInfoModifier and TypeMethodDescriptionVkSemaphoreSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSemaphoreSubmitInfo> consumer)