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 recordRepresents a pointer to / an array ofVkCommandBufferSubmitInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferSubmitInfoModifier and TypeMethodDescriptionstatic VkCommandBufferSubmitInfo@NotNull VkCommandBufferSubmitInfoVkCommandBufferSubmitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferSubmitInfoVkCommandBufferSubmitInfo.clone(Arena arena, VkCommandBufferSubmitInfo src) VkCommandBufferSubmitInfo.commandBuffer(@Nullable VkCommandBuffer value) VkCommandBufferSubmitInfo.deviceMask(int value) @Nullable VkCommandBufferSubmitInfoVkSubmitInfo2.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 VkCommandBufferSubmitInfoVkCommandBufferSubmitInfo.clone(Arena arena, VkCommandBufferSubmitInfo src) voidVkCommandBufferSubmitInfo.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)