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 recordRepresents a pointer to / an array ofVkSemaphoreSubmitInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSubmitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreSubmitInfo@NotNull VkSemaphoreSubmitInfoVkSemaphoreSubmitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreSubmitInfoVkSemaphoreSubmitInfo.clone(Arena arena, VkSemaphoreSubmitInfo src) VkSemaphoreSubmitInfo.deviceIndex(int value) VkSemaphoreSubmitInfo.pNext(@NotNull MemorySegment value) @Nullable VkSemaphoreSubmitInfoVkSubmitInfo2.pSignalSemaphoreInfos()@Nullable VkSemaphoreSubmitInfoVkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfos()@Nullable VkSemaphoreSubmitInfoVkSubmitInfo2.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 VkSemaphoreSubmitInfoVkSemaphoreSubmitInfo.clone(Arena arena, VkSemaphoreSubmitInfo src) voidVkSemaphoreSubmitInfo.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)