Uses of Record Class
club.doki7.vulkan.datatype.VkSubmitInfo2
Packages that use VkSubmitInfo2
-
Uses of VkSubmitInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubmitInfo2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSubmitInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubmitInfo2Modifier and TypeMethodDescriptionstatic VkSubmitInfo2@NotNull VkSubmitInfo2VkSubmitInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubmitInfo2VkSubmitInfo2.clone(Arena arena, VkSubmitInfo2 src) VkSubmitInfo2.commandBufferInfoCount(int value) VkSubmitInfo2.flags(int value) VkSubmitInfo2.pCommandBufferInfos(@Nullable IVkCommandBufferSubmitInfo value) VkSubmitInfo2.pNext(@NotNull MemorySegment value) VkSubmitInfo2.pSignalSemaphoreInfos(@Nullable IVkSemaphoreSubmitInfo value) VkSubmitInfo2.pWaitSemaphoreInfos(@Nullable IVkSemaphoreSubmitInfo value) VkSubmitInfo2.signalSemaphoreInfoCount(int value) VkSubmitInfo2.sType(int value) VkSubmitInfo2.Ptr.toArray()VkSubmitInfo2.waitSemaphoreInfoCount(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubmitInfo2Methods in club.doki7.vulkan.datatype with parameters of type VkSubmitInfo2Modifier and TypeMethodDescriptionstatic VkSubmitInfo2VkSubmitInfo2.clone(Arena arena, VkSubmitInfo2 src) voidVkSubmitInfo2.Ptr.write(long index, @NotNull VkSubmitInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubmitInfo2Modifier and TypeMethodDescriptionVkSubmitInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubmitInfo2> consumer)