Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferSubmitInfo
Packages that use VkCommandBufferSubmitInfo
-
Uses of VkCommandBufferSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCommandBufferSubmitInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCommandBufferSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferSubmitInfoModifier and TypeMethodDescriptionstatic VkCommandBufferSubmitInfo
@NotNull VkCommandBufferSubmitInfo
VkCommandBufferSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferSubmitInfo
VkCommandBufferSubmitInfo.clone
(Arena arena, VkCommandBufferSubmitInfo src) VkCommandBufferSubmitInfo.commandBuffer
(@Nullable VkCommandBuffer value) VkCommandBufferSubmitInfo.deviceMask
(int value) @Nullable VkCommandBufferSubmitInfo
VkSubmitInfo2.pCommandBufferInfos()
VkCommandBufferSubmitInfo.pNext
(@NotNull MemorySegment value) VkCommandBufferSubmitInfo.sType
(int value) VkCommandBufferSubmitInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCommandBufferSubmitInfoModifier and TypeMethodDescription@NotNull Iterator
<VkCommandBufferSubmitInfo> VkCommandBufferSubmitInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferSubmitInfoModifier and TypeMethodDescriptionstatic VkCommandBufferSubmitInfo
VkCommandBufferSubmitInfo.clone
(Arena arena, VkCommandBufferSubmitInfo src) void
VkCommandBufferSubmitInfo.Ptr.write
(long index, @NotNull VkCommandBufferSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCommandBufferSubmitInfoModifier and TypeMethodDescriptionVkCommandBufferSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCommandBufferSubmitInfo> consumer)