Uses of Record Class
club.doki7.vulkan.datatype.VkSubmitInfo
Packages that use VkSubmitInfo
-
Uses of VkSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubmitInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubmitInfoModifier and TypeMethodDescriptionstatic VkSubmitInfo
@NotNull VkSubmitInfo
VkSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubmitInfo
VkSubmitInfo.clone
(Arena arena, VkSubmitInfo src) VkSubmitInfo.commandBufferCount
(int value) VkSubmitInfo.pCommandBuffers
(VkCommandBuffer.Ptr value) VkSubmitInfo.pNext
(@NotNull MemorySegment value) VkSubmitInfo.pSignalSemaphores
(VkSemaphore.Ptr value) VkSubmitInfo.pWaitDstStageMask
(@Nullable IntPtr value) VkSubmitInfo.pWaitSemaphores
(VkSemaphore.Ptr value) VkSubmitInfo.signalSemaphoreCount
(int value) VkSubmitInfo.sType
(int value) VkSubmitInfo.Ptr.toArray()
VkSubmitInfo.waitSemaphoreCount
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubmitInfoMethods in club.doki7.vulkan.datatype with parameters of type VkSubmitInfoModifier and TypeMethodDescriptionstatic VkSubmitInfo
VkSubmitInfo.clone
(Arena arena, VkSubmitInfo src) void
VkSubmitInfo.Ptr.write
(long index, @NotNull VkSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubmitInfoModifier and TypeMethodDescriptionVkSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubmitInfo> consumer)