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 record
Represents a pointer to / an array ofVkSubmitInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubmitInfo2Modifier and TypeMethodDescriptionstatic VkSubmitInfo2
@NotNull VkSubmitInfo2
VkSubmitInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubmitInfo2
VkSubmitInfo2.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 VkSubmitInfo2
VkSubmitInfo2.clone
(Arena arena, VkSubmitInfo2 src) void
VkSubmitInfo2.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)