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 recordRepresents a pointer to / an array ofVkSubmitInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubmitInfoModifier and TypeMethodDescriptionstatic VkSubmitInfo@NotNull VkSubmitInfoVkSubmitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubmitInfoVkSubmitInfo.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 VkSubmitInfoVkSubmitInfo.clone(Arena arena, VkSubmitInfo src) voidVkSubmitInfo.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)